Skip to content

Commit

Permalink
Set 'vendor' entry
Browse files Browse the repository at this point in the history
  • Loading branch information
lyyourc committed May 3, 2017
1 parent 4612aa8 commit 6324e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ var HtmlWebpackPlugin = require('html-webpack-plugin')
module.exports = {
entry: {
app: './src/main.js',
vendor: [ 'vue', 'axios' ],
},
output: {
path: path.resolve(__dirname, './dist'),
Expand Down

0 comments on commit 6324e8a

Please sign in to comment.