Skip to content

Commit 512915b

Browse files
committed
Fix vernier extension loader
1 parent 68af0af commit 512915b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ const base = {
3838
include: [
3939
path.resolve(__dirname, 'src'),
4040
/node_modules[\\/]scratch-[^\\/]+[\\/]src/,
41-
/node_modules[\\/]@vernier[\\/]dist // Vernier build needs to be transpiled for es5
41+
// Vernier build needs to be transpiled for es5
42+
/node_modules[\\/]@vernier[\\/]godirect[\\/]dist/
4243
],
4344
options: {
4445
// Explicitly disable babelrc so we don't catch various config

0 commit comments

Comments
 (0)