From 512915b7c4bd639c5eb905150bacf2627b089f54 Mon Sep 17 00:00:00 2001 From: Paul Kaplan <pkaplan@media.mit.edu> Date: Tue, 15 Jan 2019 14:06:07 -0500 Subject: [PATCH] Fix vernier extension loader --- webpack.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 985c37a88..3148719bf 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 -- GitLab