diff --git a/webpack.config.js b/webpack.config.js index 985c37a8896fe6880ee6f69fa21199b0fd859d4a..3148719bf10d5d92ec57cc4859545a67f1a1d345 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -38,7 +38,8 @@ const base = { include: [ path.resolve(__dirname, 'src'), /node_modules[\\/]scratch-[^\\/]+[\\/]src/, - /node_modules[\\/]@vernier[\\/]dist // Vernier build needs to be transpiled for es5 + // Vernier build needs to be transpiled for es5 + /node_modules[\\/]@vernier[\\/]godirect[\\/]dist/ ], options: { // Explicitly disable babelrc so we don't catch various config