Skip to content

Commit 37826cb

Browse files
committed
add vernier module to webpack config
1 parent f86fd49 commit 37826cb

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)