Skip to content

Commit

Permalink
fix: fix assets production build (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Apr 12, 2021
1 parent dd3b099 commit 3b1141f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ mix.js('resources/js/app.js', 'public/js').vue()
resolve: {
alias: {
'@': path.resolve('resources/js'),
'vue-i18n': 'vue-i18n/dist/vue-i18n.cjs.js',
},
},
devtool: "inline-source-map",
Expand Down

0 comments on commit 3b1141f

Please sign in to comment.