Skip to content

Commit 4fe17c8

Browse files
committed
Add exclude to webpack.prod
1 parent e28cd7b commit 4fe17c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/config/webpack.config.prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ module.exports = {
200200
// Process JS with Babel.
201201
{
202202
test: /\.(js|jsx)$/,
203-
exclude: /(node_modules)/,
203+
exclude: /node_modules(?!\/@brickwork-software\/asiago)/,
204204
include: [
205205
paths.appPath,
206206
path.resolve(paths.asiagoPath),

0 commit comments

Comments
 (0)