Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanvyas22 committed Aug 30, 2020
1 parent 6e3a7c0 commit 594a428
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions stubs/inertia-vue/webpack.mix.js
Expand Up @@ -5,8 +5,10 @@ mix.setPublicPath('./webroot')
.js('assets/js/app.js', 'webroot/js')
.sass('assets/sass/app.scss', 'webroot/css')
.webpackConfig({
output: { chunkFilename: 'js/[name].js?id=[chunkhash]' },
resolve: {
output: {
chunkFilename: 'js/[name].js?id=[chunkhash]'
},
resolve: {
alias: {
vue$: 'vue/dist/vue.runtime.esm.js',
'@': path.resolve('assets/js'),
Expand Down

0 comments on commit 594a428

Please sign in to comment.