summaryrefslogtreecommitdiff
path: root/config/webpack.config.js
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'mg-update-icons-svg-import' into 'master'Kushal Pandya2019-07-311-0/+14
|\ | | | | | | | | Use file-loader for sprite icons within icon.vue See merge request gitlab-org/gitlab-ce!31257
| * Override icons.svg asset path with sprockets assetmg-update-icons-svg-importMike Greiling2019-07-291-0/+6
| |
| * Use file-loader to import icon spritesMike Greiling2019-07-291-0/+8
| |
* | Make pdf.js render CJK characterssh-add-cmaps-for-pdfjsStan Hu2019-07-281-0/+8
|/ | | | | | | | As mentioned in https://github.com/wojtekmaj/react-pdf/blob/master/README.md, pdf.js needs the bundled cMaps files to work. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62152
* Remove setImmediate polyfill from production assetsMike Greiling2019-07-101-2/+4
|
* Replace runtime isEE check with compile time one60213-fix-is-ee-webpack-checksLukas Eipert2019-07-051-0/+3
| | | | | | | | | This has the benefit that CE bundles will remove dead code in CE only builds. We have a follow-up issue to get rid of this completely: https://gitlab.com/gitlab-org/gitlab-ce/issues/64173
* Rename environment variable EE to IS_GITLAB_EEwinh-ee-environment-variableWinnie Hellmann2019-04-051-1/+1
|
* Extract IS_EE config helperWinnie Hellmann2019-03-281-5/+1
|
* Move EE-specifics of Karma test bundle behind flagWinnie Hellmann2019-03-131-0/+4
|
* Resolve differences in Webpack config between CE and EEWinnie Hellmann2019-03-131-13/+39
|
* Remove node 6 trailing comma supportMike Greiling2019-03-111-3/+3
| | | | | This removes trailing commas from node scripts which previously omitted them for compatiblity with node 6
* CE port of noteable-discussion-ee-differencesPhil Hughes2019-02-281-0/+11
|
* Fixed web workers not working locally in rspecPhil Hughes2019-02-141-0/+1
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57169
* Add ee_else_ce alias to Webpack configWinnie Hellmann2019-01-301-0/+3
| | | | | | | (cherry picked from commit da3cd00f5a31f762eb67c2824233ad2b275b2ba8) Conflicts: config/webpack.config.js
* Suggests issues when typing titlePhil Hughes2018-11-271-1/+11
| | | | | | | | | | | | | | | This suggests possibly related issues when the user types a title. This uses GraphQL to allow the frontend to request the exact data that is requires. We also get free caching through the Vue Apollo plugin. With this we can include the ability to import .graphql files in JS and Vue files. Also we now have the Vue test utils library to make testing Vue components easier. Closes #22071
* Allow to configure cache path for webpackKamil Trzciński2018-10-191-1/+1
|
* Merge branch 'fix-webpack-node-env' into 'master'Clement Ho2018-06-211-1/+0
|\ | | | | | | | | Enable webpack nodeEnv optimization See merge request gitlab-org/gitlab-ce!20075
| * enable accidentally-disabled nodeEnv optimizationMike Greiling2018-06-211-1/+0
| |
* | Allow omnibus to disable sourcemaps in memory constrained environmentsMike Greiling2018-06-211-1/+4
|/
* set max_old_space_size to 3.5 GB for compile-assets jobLukas Eipert2018-06-111-1/+0
|
* add monaco-editor-webpack-plugin and update webpack configMike Greiling2018-06-071-32/+4
|
* Add `Access-Control-Allow-Headers` to Webpack Dev Server configKushal Pandya2018-05-241-1/+4
|
* add file cache to vue-loader to speed up compilation46603-add-vue-loader-cacheMike Greiling2018-05-221-1/+14
|
* simplify and reorganize webpack config45532-upgrade-vue-loaderMike Greiling2018-05-181-98/+88
|
* move devtool setting into main config objectMike Greiling2018-05-181-3/+2
|
* upgrade to vue-loader 15.0.11 and update webpack configMike Greiling2018-05-181-4/+7
|
* consolidate main bootstrap entriesMike Greiling2018-05-061-1/+1
|
* remove unused name-all-modules-pluginMike Greiling2018-05-041-1/+0
|
* truncate long chunkhashes within filenamesMike Greiling2018-05-041-6/+6
|
* add better filename template to worker-loaderMike Greiling2018-05-031-1/+9
|
* adjust IDE page loading config to ensure web workers are not loaded cross-originMike Greiling2018-05-031-10/+2
|
* update several packages to remove deprecation warningsMike Greiling2018-05-011-21/+21
|
* combine ancestor entrypoints into child entrypoints instead of importing ↵Mike Greiling2018-05-011-2/+18
| | | | bundles for each
* temporarily disable deterministic chunk hash logicMike Greiling2018-05-011-44/+0
|
* adjust webpack configMike Greiling2018-05-011-24/+32
|
* Fix memory and performance issues in Karma test suiteMike Greiling2018-05-011-0/+3
|
* Use katex min cssClement Ho2018-03-281-1/+1
|
* prettify all node scriptsMike Greiling2018-03-231-44/+51
|
* Merge branch 'prettier-ignore' into 'master'Mike Greiling2018-03-221-73/+51
|\ | | | | | | | | | | | | Added prettierignore file Closes #44483 See merge request gitlab-org/gitlab-ce!17907
| * Added prettierignore fileprettier-ignorePhil Hughes2018-03-211-73/+51
| | | | | | | | Closes #44483
* | enable scope hoisting only in produciton (it interferes with HMR)Mike Greiling2018-03-221-3/+1
|/
* Move IDE to CEPhil Hughes2018-03-201-50/+73
| | | | This also makes the IDE generally available
* Remove common_vue bundleMike Greiling2018-03-061-2/+0
|
* Merge branch 'remove-ide' into 'master'Tim Zallmann2018-03-051-1/+0
|\ | | | | | | | | Remove IDE from CE See merge request gitlab-org/gitlab-ce!17458
| * Remove IDE from CEPhil Hughes2018-03-021-1/+0
| |
* | Remove mr_notes webpack bundleMike Greiling2018-03-021-3/+0
| |
* | Removed terminal webpack bundle tagterminal-bundle-refactorConstance Okoghenun2018-03-021-1/+0
| |
* | Merge branch 'remove-test-bundle' into 'master'Clement Ho2018-03-021-1/+0
|\ \ | | | | | | | | | | | | Remove the "test" bundle and apply it conditionally within main.js See merge request gitlab-org/gitlab-ce!17472
| * | remove the "test" bundle and apply it conditionally within main.jsremove-test-bundleMike Greiling2018-03-011-1/+0
| | |
* | | Merge branch 'two_factor_auth_webpack_bundle_tag_refactor' into 'master'Clement Ho2018-03-021-1/+0
|\ \ \ | | | | | | | | | | | | | | | | Removes webpack bundle tag for two factor auth js See merge request gitlab-org/gitlab-ce!17330