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

Accessibility (#22)

This commit is contained in:
Randall Wilk
2019-05-18 19:44:34 -05:00
committed by GitHub
parent ed1344e099
commit 5b6dd62705
22 changed files with 1421 additions and 1390 deletions
+2 -2
View File
@@ -4,11 +4,11 @@ const inProduction = mix.inProduction();
mix
.setPublicPath('dist')
.js('src/index.js', 'vue-context.js')
.js('src/js/index.js', 'js/vue-context.js')
.sourceMaps(! inProduction)
.webpackConfig({
output: {
libraryTarget: 'umd',
umdNamedDefine: true
}
});
});