Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
Allow building inside of node_modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Sep 17, 2019
1 parent 7d6e039 commit 6d2e9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack/webpack.common.config.js
Expand Up @@ -12,7 +12,7 @@ module.exports = function extendConfig(outputDir, customize) {
{
test: /\.jsx?$/,
loader: 'babel-loader',
exclude: /node_modules/,
exclude: resolve('node_modules'),
},
],
},
Expand Down

0 comments on commit 6d2e9d1

Please sign in to comment.