We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68af0af commit 512915bCopy full SHA for 512915b
webpack.config.js
@@ -38,7 +38,8 @@ const base = {
38
include: [
39
path.resolve(__dirname, 'src'),
40
/node_modules[\\/]scratch-[^\\/]+[\\/]src/,
41
- /node_modules[\\/]@vernier[\\/]dist // Vernier build needs to be transpiled for es5
+ // Vernier build needs to be transpiled for es5
42
+ /node_modules[\\/]@vernier[\\/]godirect[\\/]dist/
43
],
44
options: {
45
// Explicitly disable babelrc so we don't catch various config
0 commit comments