Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
qianyinghuanmie committed Oct 20, 2017
1 parent f2d0fab commit 7583b96
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build/webpack.base.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ function resolve(dir) {

module.exports = {
entry: {
"vendor2": ["crypto-js", "fastclick"],
app: './src/main.js'
},
output: {
Expand Down Expand Up @@ -76,11 +75,5 @@ module.exports = {
externals: {
'BMap': 'BMap',
'AMap': 'AMap'
},
plugins: [
new webpack.optimize.CommonsChunkPlugin({
names: ["vendor2","vendor1"],
minChunks: Infinity
})
]
}
}

0 comments on commit 7583b96

Please sign in to comment.