Skip to content

Commit

Permalink
Remove unnecessary change to the Webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
Copons committed Jan 23, 2020
1 parent 183d63c commit b3d6e74
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webpack.config.extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@ module.exports = [
..._.without( extensionsWebpackConfig.module.rules, transpileConfig ),
],
},
resolve: {
...extensionsWebpackConfig.resolve,
modules: [ path.resolve( __dirname, '_inc/client' ), 'node_modules' ],
},
plugins: [
...extensionsWebpackConfig.plugins,
new CopyWebpackPlugin( [
Expand Down

0 comments on commit b3d6e74

Please sign in to comment.