diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2018-03-02 17:18:29 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-03-02 17:18:29 +0000 |
commit | 98fecb5f8e64c4c64c96d065bc342d986140367e (patch) | |
tree | 56ec4b668a55db09c30c87bb993e293c22585c6c /config/webpack.config.js | |
parent | e17d8ad8476148daedb6dcb3c0c7aee2db4db60d (diff) | |
parent | eefd17437c201418b7336493eb320a129a5b8abe (diff) | |
download | gitlab-ce-98fecb5f8e64c4c64c96d065bc342d986140367e.tar.gz |
Merge branch 'remove-test-bundle' into 'master'
Remove the "test" bundle and apply it conditionally within main.js
See merge request gitlab-org/gitlab-ce!17472
Diffstat (limited to 'config/webpack.config.js')
-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 9dd3cd401de..959cebe7487 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -53,7 +53,6 @@ function generateEntries() { main: './main.js', ide: './ide/index.js', raven: './raven/index.js', - test: './test.js', webpack_runtime: './webpack.js', }; |