Skip to content

Commit

Permalink
webpack remove vendor file from build
Browse files Browse the repository at this point in the history
  • Loading branch information
Cain Hall committed Jul 2, 2018
1 parent 21e6b82 commit 8b3d09b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const webpackConfig = {
entry: {
app: path.join(__dirname, paths.entry),
amp: path.join(__dirname, './src/react/amp.js'),
vendor: ['react', 'moment', 'redux', 'react-dom'],
},

output: {
Expand Down

0 comments on commit 8b3d09b

Please sign in to comment.