Commit Graph

6825 Commits

Author SHA1 Message Date
Tobias Koppers 3484abf196
Merge pull request #7593 from webpack/drop_node6
Drop node 6
2018-06-27 11:19:47 +02:00
Tobias Koppers 2b61228501
Merge pull request #7598 from webpack/refactor/remove_deprecated_api
Remove deprecated APIs
2018-06-27 11:12:47 +02:00
Florent Cailhol 94cf108c21 Drop node 6 2018-06-27 10:13:31 +02:00
Florent Cailhol 91663f19a2 Remove deprecated APIs 2018-06-27 10:08:12 +02:00
Tobias Koppers 8e4a00fd2d
Merge pull request #7592 from webpack/refactor/remove_tapable
Remove Tapable compatibility
2018-06-26 16:26:55 +02:00
Tobias Koppers 126bee66d8
Merge pull request #7599 from byzyk/split-chunks/defaults
chore(SplitChunksPlugin): update defaults
2018-06-26 16:23:28 +02:00
byzyk 022542f8a6 revert 'update defaults', update jest snapshot 2018-06-26 15:21:00 +04:00
byzyk 1fd67d6ddc update defaults in Defaulter 2018-06-26 14:00:48 +04:00
byzyk b4ae9728d0 update defaults 2018-06-26 13:50:00 +04:00
Florent Cailhol 069534bb23 Remove unused import 2018-06-26 10:24:22 +02:00
Florent Cailhol d650aa4857 Remove i18n-webpack-plugin 2018-06-26 08:50:54 +02:00
Florent Cailhol 3b7f2a760f Bump worker-loader 2018-06-26 08:46:46 +02:00
Florent Cailhol c68d0d2171 Remove Tapable compatibility 2018-06-26 08:31:08 +02:00
Tobias Koppers 8a7597aa6e 4.12.1 2018-06-24 10:44:01 +02:00
Tobias Koppers bb38c5d039
Merge pull request #7586 from samccone/sjs/fix_webpack_profiling_race
Fix race condition in profiling plugin.
2018-06-24 10:43:12 +02:00
Sam Saccone 735f99c01b Fix race condition in profiling plugin.
Based on some digging in this git history for the profiling plugin it looks like this commit exacerbated the issue:
883088e

Note, we are calling end() and then writeStream right after we call flush on the trace object
64b514e9bd/lib/trace-event.ts (L123)

The trace object is only calling _push to the writable stream but in no way ensuring that all data that has been pushed has actually been written to the output stream sooo we find ourselves encounter 🐎 [race] conditions.
2018-06-23 11:27:18 -07:00
Tobias Koppers 3fb49dec05
Merge pull request #7581 from TimHambourger/master
Implement all path variables for webworker dynamic imports
2018-06-23 14:37:59 +02:00
Tobias Koppers 6dd4d76231
Merge pull request #7582 from arkadyt/bugfix/remove-dead-links-from-examples-doc
Remove dead links from /examples README.md.
2018-06-23 14:37:38 +02:00
Tobias Koppers 2bc5437093
Merge pull request #7532 from Legends/CommentCompilationWarning
CommentCompilationWarning typings
2018-06-23 13:03:37 +02:00
arkadyt 1e7b4e9a5e Remove dead links from /examples README.md. 2018-06-22 10:02:38 -07:00
Legends 2fb9a6c10f remove typedef Position import 2018-06-22 12:04:38 +02:00
Tobias Koppers 4fc03e17d1
Merge pull request #7531 from Legends/APP
AutomaticPrefetchPlugin typings
2018-06-22 11:57:14 +02:00
Tim Hambourger 1ef124143a Implement all path variables for webworker dynamic imports 2018-06-22 00:16:14 -05:00
Legends afdbf71ccb removing typedef exports 2018-06-21 20:58:54 +02:00
Legends 7969a5a525 Importing typedef from Dependency.js ??? Please review. 2018-06-21 17:36:12 +02:00
Legends b03804eabf added Compiler, @returns void 2018-06-21 12:39:48 +02:00
Tobias Koppers 4de3ce057d
Merge pull request #7554 from greysteil/add-semver-badge
Add SemVer compatibility badge
2018-06-21 11:25:12 +02:00
Tobias Koppers 5aafb83618
update to lastest version badge 2018-06-21 10:57:43 +02:00
Tobias Koppers c61b0fdec1
Merge pull request #7567 from byzyk/types/use-strict-plugin
chore(types): UseStrictPlugin
2018-06-20 17:33:28 +02:00
byzyk 47b888650a add types 2018-06-20 16:52:27 +04:00
Tobias Koppers 5c014a2bd8
Merge pull request #7513 from mohsen1/SortableSet-types
Add SortableSet types
2018-06-20 13:23:20 +02:00
Tobias Koppers fd1b245321
Merge pull request #6371 from webpack/precommit_lint
Lint JS files before committing them
2018-06-20 13:19:59 +02:00
Tobias Koppers 7f937e82b3
Merge pull request #7560 from webpack/bugfix/cache-run
add test case for #7533
2018-06-20 13:17:41 +02:00
Tobias Koppers 6f90257b5b
Merge pull request #7507 from webpack/feature/dependency-order
add order to dependency reference
2018-06-20 12:17:26 +02:00
Tobias Koppers 7c5cab0b0f remove eslint disable comment 2018-06-20 12:12:35 +02:00
Tobias Koppers 15bec9b5ba Merge branch 'master' into precommit_lint
# Conflicts:
#	yarn.lock
2018-06-20 12:09:59 +02:00
Tobias Koppers 3e778b85c7 fix minor type issues and linting 2018-06-20 12:04:53 +02:00
Tobias Koppers a1e79ab816
Merge pull request #7522 from byzyk/fix/benchmark
chore(benchmark): add folder to ESLint
2018-06-20 10:55:58 +02:00
Tobias Koppers f0dd48bddd
Merge pull request #7544 from Legends/CompatabilityPlugin
CompatabilityPlugin typings added
2018-06-20 10:54:44 +02:00
Tobias Koppers 58ac64023c
Merge pull request #7558 from webpack/bugfix/split-chunks-reuse
fixes #7499
2018-06-20 10:39:39 +02:00
Tobias Koppers 2fa0ea62e7 add missing semicolon 2018-06-20 10:23:26 +02:00
Tobias Koppers 4ae782a508
Merge pull request #7561 from webpack/bugfix/stack-overflow
improve error message for circular reexports
2018-06-20 09:16:50 +02:00
Mohsen Azimi 04d2af0825 Sean comments (even more code questions?) 2018-06-19 15:48:00 -07:00
Mohsen Azimi 5c43271397 remove all ts syntax 2018-06-19 15:35:58 -07:00
Mohsen Azimi 4859c926ad CR comments - remove TS syntax (one last type error) 2018-06-19 15:32:15 -07:00
Mohsen Azimi b2dd1eec0b Merge branch 'master' of github.com:webpack/webpack into SortableSet-types 2018-06-19 14:42:35 -07:00
Tobias Koppers 3f6450410a improve error message for circular reexports
fixes #7547
2018-06-19 23:19:28 +02:00
Tobias Koppers 064967128e add test case for #7533 2018-06-19 21:41:23 +02:00
Legends f3223d0a34 Changed TODO => Compiler 2018-06-19 21:19:20 +02:00
Tobias Koppers 5a3986d868
Merge pull request #7557 from timneutkens/fix/issue-template-grammar
Update bug report issue template
2018-06-19 20:55:44 +02:00