Skip to content

Commit

Permalink
Updating prod config for Webpack 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehouwing committed Jul 8, 2019
1 parent 9232580 commit bdde369
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webpack.prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ module.exports = {
]
},
plugins: [
new webpack.optimize.CommonsChunkPlugin({
name: "common_chunks",
filename: "./src/common_chunks.js"
}),
new CopyWebpackPlugin([
{ from: "./node_modules/vss-web-extension-sdk/lib/VSS.SDK.min.js", to: "src/3rdParty/VSS.SDK.min.js" },
{ from: "./node_modules/es6-promise/dist/es6-promise.min.js", to: "src/3rdParty/es6-promise.min.js" },
Expand Down

0 comments on commit bdde369

Please sign in to comment.