From dc9f24cc1166d0cb788efdd048295a5f174d5906 Mon Sep 17 00:00:00 2001 From: Paul Kaplan <pkaplan@media.mit.edu> Date: Tue, 15 Jan 2019 14:56:05 -0500 Subject: [PATCH] Revert "Fix vernier extension loader" This reverts commit 512915b7c4bd639c5eb905150bacf2627b089f54. --- webpack.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 3148719bf..985c37a88 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -38,8 +38,7 @@ const base = { include: [ path.resolve(__dirname, 'src'), /node_modules[\\/]scratch-[^\\/]+[\\/]src/, - // Vernier build needs to be transpiled for es5 - /node_modules[\\/]@vernier[\\/]godirect[\\/]dist/ + /node_modules[\\/]@vernier[\\/]dist // Vernier build needs to be transpiled for es5 ], options: { // Explicitly disable babelrc so we don't catch various config -- GitLab