We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a08a54 commit 89d4f7dCopy full SHA for 89d4f7d
src/index.cjs
@@ -116,10 +116,10 @@ class ScratchWebpackConfigBuilder {
116
{
117
and: [/node_modules/],
118
119
- // Scratch-paint points to its source (instead of a pre-built version)
120
- // for its browser target. So we need to process it (at the minimum to resolve
121
- // the JSX syntax).
122
- not: [/node_modules[\\/]scratch-paint\//]
+ // Some scratch pakcages point to their source (as opposed to a pre-built version)
+ // for their browser or webpack target. So we need to process them (at the minimum
+ // to resolve the JSX syntax).
+ not: [/node_modules[\\/]scratch-(paint|render|svg-renderer|vm)[\\/]src[\\/]/]
123
}
124
],
125
options: {
0 commit comments