Skip to content

Commit cdfd658

Browse files
author
Nick Crum
committed
Removed unnecessary CopyWebpackPlugin
1 parent 48e3899 commit cdfd658

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

site/webpack-production-client.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ module.exports = {
1818
},
1919
plugins: [
2020
new Visualizer(),
21-
new CopyWebpackPlugin([{
22-
from: path.join(__dirname, 'app/vendor'),
23-
to: path.join(__dirname, 'dist/vendor'),
24-
}]),
2521
new webpack.DefinePlugin({
2622
'process.env': {
2723
'NODE_ENV': JSON.stringify('production'),

0 commit comments

Comments
 (0)