From eefd17437c201418b7336493eb320a129a5b8abe Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Wed, 28 Feb 2018 15:22:15 -0600 Subject: remove the "test" bundle and apply it conditionally within main.js --- config/webpack.config.js | 1 - 1 file changed, 1 deletion(-) (limited to 'config/webpack.config.js') diff --git a/config/webpack.config.js b/config/webpack.config.js index fd0bfb59e65..aa66cda348c 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -56,7 +56,6 @@ function generateEntries() { main: './main.js', ide: './ide/index.js', raven: './raven/index.js', - test: './test.js', webpack_runtime: './webpack.js', }; -- cgit v1.2.1