summaryrefslogtreecommitdiff
path: root/config/webpack.config.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-181-12/+52
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-221-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-1/+42
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-051-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-041-0/+17
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-031-6/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-151-0/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-051-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-271-3/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-271-2/+7
|
* Add webpack memory test to CIMike Greiling2019-09-111-0/+25
|
* Move visual review toolbar to NPMshampton2019-08-231-0/+7
| | | | | Remove the visual review toolbar code in favor of using the NPM package.
* 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
|