Skip to content

Commit

Permalink
add extension to webpack config (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
caihongyun authored and Leopoldthecoder committed Apr 5, 2018
1 parent 2606f27 commit 0993660
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.js
Expand Up @@ -51,7 +51,8 @@ module.exports = (options = {}) => ({
resolve: {
alias: {
'~': resolve(__dirname, 'src')
}
},
extensions: ['.js', '.vue', '.json', '.css']
},
devServer: {
host: '127.0.0.1',
Expand Down

0 comments on commit 0993660

Please sign in to comment.