2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-22 06:50:32 +03:00

Release/v5 (#43)

This commit is contained in:
Randall Wilk
2019-11-14 13:38:00 -06:00
committed by GitHub
parent 39adea968a
commit a799c3788a
17 changed files with 303 additions and 356 deletions
+2 -11
View File
@@ -1,14 +1,5 @@
const mix = require('laravel-mix');
const inProduction = mix.inProduction();
mix
.setPublicPath('dist/js')
.js('src/js/index.js', 'vue-context.js')
.sourceMaps(! inProduction)
.webpackConfig({
output: {
libraryTarget: 'umd',
umdNamedDefine: true
}
});
.setPublicPath('dist/css')
.sass('src/sass/vue-context.scss', 'vue-context.css');