Skip to content

Commit a8ea46a

Browse files
authored
Merge pull request scratchfoundation#4682 from ericrosenbaum/bugfix/webpack-for-vernier-only
Add vernier module to webpack config
2 parents f86fd49 + 37826cb commit a8ea46a

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
@@ -41,7 +41,8 @@ const base = {
4141
include: [
4242
path.resolve(__dirname, 'src'),
4343
/node_modules[\\/]scratch-[^\\/]+[\\/]src/,
44-
/node_modules[\\/]pify/
44+
/node_modules[\\/]pify/,
45+
/node_modules[\\/]@vernier[\\/]godirect/
4546
],
4647
options: {
4748
// Explicitly disable babelrc so we don't catch various config

0 commit comments

Comments
 (0)