Commit Graph

10338 Commits

Author SHA1 Message Date
Tobias Koppers 3097a66c28
Merge pull request #10223 from jamesgeorge007/refactor/es6-semantics
chore(DelegatedModuleFactoryPlugin): Minor code refactor
2020-01-15 15:28:55 +01:00
Tobias Koppers b1ec8097ac
Merge pull request #10259 from jamesgeorge007/hotfix/test
chore(test/hotCases): Minor grammatical fixes
2020-01-15 15:21:13 +01:00
Tobias Koppers b6ccb10a5a
Merge pull request #10258 from webpack/bugfix/cache
make sure only a single strategy method is invoked at a time
2020-01-15 15:20:50 +01:00
Tobias Koppers c07c1ed3ff
typo
Co-Authored-By: James George <jamesgeorge998001@gmail.com>
2020-01-15 15:19:35 +01:00
Tobias Koppers 1db752ced7 upgrade watchpack 2020-01-15 14:49:48 +01:00
jamesgeorge007 39f2e5dfa8 fix(auto-import-default): typo 2020-01-15 18:21:57 +05:30
jamesgeorge007 545a6370aa fix(auto-import): typo 2020-01-15 18:20:00 +05:30
Tobias Koppers 87f6eedb16 make sure only a single strategy method is invoked at a time 2020-01-15 11:21:36 +01:00
Tobias Koppers c80bae2959 faster cache access of contextify 2020-01-15 11:20:22 +01:00
Tobias Koppers b079429ec8 use correct string or number form of chunk id in HMR 2020-01-15 11:19:25 +01:00
Tobias Koppers 3668aa85b8
Merge pull request #10235 from webpack/dependabot/npm_and_yarn/css-loader-3.4.2
chore(deps-dev): bump css-loader from 3.4.1 to 3.4.2
2020-01-14 21:18:05 +01:00
Tobias Koppers c7dcb013c2
Merge pull request #10244 from shisama/remove-mkdirp-deps
Remove mkdirp package from devDependencies
2020-01-14 21:15:41 +01:00
Tobias Koppers 54bb9428e9
Merge pull request #10251 from peteychuk/patch-1
Minor fix: redundant default parameters
2020-01-14 21:15:23 +01:00
Tobias Koppers 946abe3d11
Merge pull request #10252 from webpack/dependabot/npm_and_yarn/schema-utils-2.6.2
chore(deps): bump schema-utils from 2.6.1 to 2.6.2
2020-01-14 21:14:52 +01:00
dependabot-preview[bot] 0af090b35b
chore(deps): bump schema-utils from 2.6.1 to 2.6.2
Bumps [schema-utils](https://github.com/webpack/schema-utils) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/webpack/schema-utils/releases)
- [Changelog](https://github.com/webpack/schema-utils/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/schema-utils/compare/v2.6.1...v2.6.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-14 14:00:23 +00:00
Yaroslav Peteychuk c48eaeebf1 Minor fix: redundant default parameters 2020-01-14 14:14:37 +02:00
Tobias Koppers c7a213bd45
Merge pull request #10245 from webpack/dependabot/npm_and_yarn/babel/core-7.8.3
chore(deps-dev): bump @babel/core from 7.7.7 to 7.8.3
2020-01-14 01:51:41 +01:00
dependabot-preview[bot] f11917b154
chore(deps-dev): bump @babel/core from 7.7.7 to 7.8.3
Bumps [@babel/core](https://github.com/babel/babel) from 7.7.7 to 7.8.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.7...v7.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 22:44:43 +00:00
shisama fa652bb8ec Remove mkdirp package from devDependencies
webpack supports Node.js 10.13.0 as minimum Node.js version now.
Node.js 10.13.0 provides recursive option for fs.mkdirSync.
So, mkdirp package is not needed.
2020-01-14 00:29:12 +09:00
dependabot-preview[bot] 914684e818
chore(deps-dev): bump css-loader from 3.4.1 to 3.4.2
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.4.1...v3.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-10 17:22:30 +00:00
jamesgeorge007 2b0af7c4e7 refactor: use template literals 2020-01-08 23:34:41 +05:30
jamesgeorge007 b399c00bf5 refactor: use startsWith 2020-01-08 23:33:36 +05:30
jamesgeorge007 f3e3e394e3 fix: minor tweak 2020-01-08 23:33:04 +05:30
jamesgeorge007 00c0091afe fix: lint 2020-01-08 23:32:44 +05:30
jamesgeorge007 2740fda412 refactor: make use of destructuring possibilities 2020-01-08 23:26:54 +05:30
dependabot-preview[bot] 8f222c74c9
chore(deps): bump events from 3.0.0 to 3.1.0
Bumps [events](https://github.com/Gozala/events) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/Gozala/events/releases)
- [Changelog](https://github.com/Gozala/events/blob/master/History.md)
- [Commits](https://github.com/Gozala/events/compare/v3.0.0...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-08 15:45:26 +00:00
webpack bot 9f3c2d3db4
Merge pull request #10215 from webpack/dependabot/npm_and_yarn/types/node-12.12.24
chore(deps-dev): bump @types/node from 12.12.22 to 12.12.24
2020-01-08 11:14:29 +01:00
Tobias Koppers c95adba3c2
Merge pull request #10211 from jamesgeorge007/hotfix/tweaks
fix(chore): Minor typographical fixes
2020-01-08 11:04:32 +01:00
Tobias Koppers 88eb55d0ca
Merge pull request #10213 from webpack/dependabot/npm_and_yarn/css-loader-3.4.1
chore(deps-dev): bump css-loader from 3.4.0 to 3.4.1
2020-01-07 11:11:15 +01:00
dependabot-preview[bot] 544879cbd4
chore(deps-dev): bump @types/node from 12.12.22 to 12.12.24
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.22 to 12.12.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-03 23:42:05 +00:00
dependabot-preview[bot] 0d9ec86136
chore(deps-dev): bump css-loader from 3.4.0 to 3.4.1
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.4.0...v3.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-03 15:42:06 +00:00
jamesgeorge007 fbd86e3984 fix: grammar 2020-01-03 11:56:58 +05:30
jamesgeorge007 b4a3911887 fix: typo 2020-01-03 11:55:34 +05:30
jamesgeorge007 6698caed01 fix: typo 2020-01-03 11:53:29 +05:30
jamesgeorge007 9ae1cefcdc fix: typo 2020-01-03 11:51:54 +05:30
jamesgeorge007 187697c579 fix: grammar 2020-01-03 11:50:06 +05:30
jamesgeorge007 8ad8a21dd1 fix: grammar 2020-01-03 11:49:26 +05:30
jamesgeorge007 78cd472c68 fix: use indices instead of indicies 2020-01-03 11:49:01 +05:30
jamesgeorge007 1014d4b829 fix: use indices instead of indicies 2020-01-03 11:47:48 +05:30
jamesgeorge007 f65a3ef8f5 fix: use indices instead of indicies 2020-01-03 11:47:00 +05:30
jamesgeorge007 73b34a06ac fix: typo 2020-01-03 11:44:21 +05:30
Tobias Koppers 821c350bf7 fix merge issue 2020-01-02 21:51:26 +01:00
Tobias Koppers bb361c6bc5
Merge pull request #10193 from lilililee/master
refactor(target): remove unnecessary judgment
2020-01-02 21:46:41 +01:00
Tobias Koppers 330f1138b6
Merge pull request #10206 from webpack/change/dll-plugin-entry-only
change DllPlugin entryOnly default to true
2020-01-02 21:46:29 +01:00
Tobias Koppers 7022a7167a
Merge pull request #10205 from webpack/bugfix/10189
flag all modules as used for Dll
2020-01-02 21:46:16 +01:00
Tobias Koppers 03ba9e583b
Merge pull request #10200 from webpack/dependabot/npm_and_yarn/coffeescript-2.5.0
chore(deps-dev): bump coffeescript from 2.4.1 to 2.5.0
2020-01-02 17:46:47 +01:00
Tobias Koppers c636fc62d3 change DllPlugin entryOnly default to true 2020-01-02 17:46:21 +01:00
Tobias Koppers 96620a4651 flag all modules as used for Dll
fix problem that modules were removed before they were flagged as used

fixes #10189
2020-01-02 17:37:47 +01:00
dependabot-preview[bot] 1199beeaf2
chore(deps-dev): bump coffeescript from 2.4.1 to 2.5.0
Bumps [coffeescript](https://github.com/jashkenas/coffeescript) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/jashkenas/coffeescript/releases)
- [Commits](https://github.com/jashkenas/coffeescript/compare/2.4.1...2.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-01 09:18:17 +00:00
Tobias Koppers 0e2b4f5b93
Merge pull request #10196 from webpack/bugfix/10194
generate await code for import without await too
2019-12-30 21:14:18 +01:00