diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-02-28 15:22:15 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-03-01 15:11:46 -0600 |
commit | eefd17437c201418b7336493eb320a129a5b8abe (patch) | |
tree | 297575e5f028bb075ce9b5a3169f2a56fa4a0596 /config | |
parent | bb41a889487463f626796a390148ae7870c16824 (diff) | |
download | gitlab-ce-eefd17437c201418b7336493eb320a129a5b8abe.tar.gz |
remove the "test" bundle and apply it conditionally within main.jsremove-test-bundle
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
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', }; |