Skip to content

Commit df625c2

Browse files
committed
Use babel-loader on asiago in node_modules
1 parent ea0e118 commit df625c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ module.exports = {
206206
// Process JS with Babel.
207207
{
208208
test: /\.(js|jsx)$/,
209-
exclude: /(node_modules)/,
209+
exclude: /node_modules(?!\/@brickwork-software\/asiago)/,
210210
include: [
211211
paths.appPath,
212212
path.resolve(paths.asiagoPath),

0 commit comments

Comments
 (0)