Skip to content

Commit

Permalink
build: copy of src/public to dist not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
gjdev committed Nov 13, 2017
1 parent 29b0553 commit bc2c63a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions site/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,12 +377,6 @@ module.exports = function makeWebpackConfig(env) {
canPrint: true
}),

// Copy assets from the public folder
// Reference: https://github.com/kevlened/copy-webpack-plugin
new CopyWebpackPlugin([{
from: root('src/public')
}]),

// Long term caching improvements: https://webpack.js.org/guides/caching/
// Generate module identifiers based on module names, instead of an a counter,
// so that the id's are stable, and caching is more effective:
Expand Down

0 comments on commit bc2c63a

Please sign in to comment.