Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
fix: fix missing dot of filename extension
Browse files Browse the repository at this point in the history
  • Loading branch information
liufei committed Dec 28, 2016
1 parent 1d4b6e6 commit 0630c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/webpack.prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
})
],
resolve: {
extensions: ['', '.js', 'vue']
extensions: ['', '.js', '.vue']
},
module: {
loaders: [{
Expand Down

0 comments on commit 0630c33

Please sign in to comment.