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

formatting

This commit is contained in:
Randall Wilk
2018-05-30 12:39:07 -05:00
parent 7bc40333d3
commit ff6a8f7a11
2 changed files with 12 additions and 12 deletions
+9 -9
View File
@@ -3,12 +3,12 @@ const { mix } = require('laravel-mix');
const inProduction = mix.inProduction();
mix
.setPublicPath('dist')
.js('src/index.js', 'vue-context.js')
.sourceMaps(! inProduction)
.webpackConfig({
output: {
libraryTarget: 'umd',
umdNamedDefine: true
}
});
.setPublicPath('dist')
.js('src/index.js', 'vue-context.js')
.sourceMaps(! inProduction)
.webpackConfig({
output: {
libraryTarget: 'umd',
umdNamedDefine: true
}
});