2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-20 15:30:31 +03:00

Remove styles from js

This commit is contained in:
Randall Wilk
2019-10-11 22:01:44 -05:00
parent 3d3463860c
commit 9ac3383bab
9 changed files with 977 additions and 65 deletions
+1
View File
@@ -5,6 +5,7 @@ const inProduction = mix.inProduction();
mix
.setPublicPath('dist')
.js('src/js/index.js', 'js/vue-context.js')
.sass('src/sass/vue-context.scss', 'css/vue-context.css')
.sourceMaps(! inProduction)
.webpackConfig({
output: {