2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-10 11:32:23 +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
+3 -3
View File
@@ -1,6 +1,6 @@
const { mix } = require('laravel-mix');
mix
.setPublicPath('test/js/dist')
.js('test/js/src/index.js', 'index.js')
.sourceMaps();
.setPublicPath('test/js/dist')
.js('test/js/src/index.js', 'index.js')
.sourceMaps();
+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
}
});