Commit Graph

3945 Commits

Author SHA1 Message Date
Tobias Koppers bf3652b16b 2.5.0 2017-05-04 12:17:13 +02:00
Tobias Koppers cd1cd29fba Merge pull request #4815 from webpack/bugfix/extract-async-initial
CommonsChunkPlugin in async mode doesn't select initial chunks
2017-05-04 11:41:43 +02:00
Tobias Koppers b45588bc11 CommonsChunkPlugin in async mode doesn't select initial chunks
fixes #4795
2017-05-04 10:50:46 +02:00
Tobias Koppers 8bab88c50f Merge pull request #4814 from webpack/test/move-entry
add testcase for moving entry modules into the commons chunk
2017-05-04 10:50:03 +02:00
Tobias Koppers a244879a07 add testcase for moving entry modules into the commons chunk
#4795
2017-05-04 10:01:04 +02:00
Tobias Koppers 85dc98f17a Merge pull request #4813 from JLHwung/perf/date-now
Perf/use Date.now() instead of +new Date()/new Date().getTime()
2017-05-04 08:04:41 +02:00
J Huang 6afc397b99 perf: use Date.now() instead of new Date().getTime()
new Date().getTime() is 2x slower than Date.now(), see https://jsperf.com/new-date-vs-date-now-vs-performance-now/6
2017-05-04 10:19:54 +08:00
J Huang 94d0641ba4 perf: use Date.now() instead of +new Date()
+new Date() is 2x slower than Date.now(), see https://jsperf.com/new-date-vs-date-now-vs-performance-now/6
2017-05-04 10:19:10 +08:00
Tobias Koppers c91ba49495 Merge pull request #4791 from deificx/master
add option to lib/Stats.js to disable stack trace on errors and warnings
2017-04-30 09:31:17 +02:00
Tobias Koppers 94ba75f794 Merge pull request #4794 from ndresx/disable-manifest-json-pretty-print
Disable manifest.json pretty print
2017-04-30 09:30:03 +02:00
Even Alander 84ea1ffd3d added error to stats.moduleTrace test name to trigger test cases corretly 2017-04-29 20:53:42 +02:00
Even Alander 8ad4386bdf test cases for stats.moduleTrace option 2017-04-29 19:43:45 +02:00
Even Alander 958156ae42 moduleTrace added to webpackOptionsSchema.json 2017-04-29 19:43:15 +02:00
Martin Veith de87f93c1b Disable manifest.json pretty print 2017-04-28 21:34:38 +02:00
Even Alander 41310135bb rename stats.stackTrace to stats.moduleTrace 2017-04-28 09:20:14 +02:00
Even Alander 7e4310a175 add option to lib/Stats.js to disable stack trace on errors and warnings 2017-04-27 10:22:20 +02:00
Tobias Koppers 24ef6ea1b5 Merge pull request #4779 from ndresx/ignoreplugin-typo-fix
Fix typo in IgnorePlugin
2017-04-26 09:05:56 +02:00
Martin Veith aa172f0a35 Fix typo in IgnorePlugin 2017-04-25 22:07:43 +02:00
Tobias Koppers 34315db3ff Merge pull request #3875 from webpack/test/circleci
Update circle.yml
2017-04-23 14:25:42 +02:00
Tobias Koppers 0f91f949e2 improve circleci build 2017-04-23 14:02:06 +02:00
Tobias Koppers 6a26e9ba7f Merge pull request #4693 from Travmatth/fix-4252-BannerPlugin-placeholder
Fix 4252 banner plugin placeholder
2017-04-23 12:57:02 +02:00
Tobias Koppers 53bb15b1ed Merge pull request #3934 from timse/refactor-watching-in-compiler
Refactor _done of Watching in compiler
2017-04-23 12:10:20 +02:00
Tobias Koppers b67d61abd6 Merge pull request #4755 from aretecode/lint-update
update node linting
2017-04-23 12:04:28 +02:00
Tobias Koppers a2ec4c8cea Merge pull request #4722 from willmendesneto/refactor-format-location
refactor(formatLocation): upgrade to ES6
2017-04-23 12:02:55 +02:00
Tobias Koppers 08eca2fb45 spacing 2017-04-23 12:00:53 +02:00
Tobias Koppers 1c5f3bf59f Merge pull request #4748 from aretecode/examples-dll-readme-update2
examples/dll readme updates
2017-04-23 11:49:28 +02:00
Tobias Koppers 5c423d6feb change supported node.js version to 4 2017-04-22 19:02:01 +02:00
Tobias Koppers cbd493904f Merge pull request #4768 from xizhao/patch-1
Add license scan report and status
2017-04-22 12:45:04 +02:00
Kevin Wang ff211108d8 Add license scan report and status 2017-04-21 18:28:41 -07:00
Arete Code f223aecd05 rebase for semicolon 2017-04-21 15:48:06 -07:00
Arete Code 914fe2c923 Merge branch 'master' of github.com:webpack/webpack into examples-dll-readme-update2 2017-04-21 15:47:19 -07:00
Tobias Koppers d7f30392dd Merge pull request #4729 from simon04/provide-plugin-es2015
ProvidePlugin: add test case for ES2015 modules
2017-04-21 19:00:50 +02:00
Tobias Koppers 88f37348e7 Merge pull request #4766 from webpack/bugfix/semicolon
add missing semicolon
2017-04-21 18:11:00 +02:00
Tobias Koppers fc65d29dda add missing semicolon 2017-04-21 17:05:00 +02:00
Tobias Koppers 38f9686a5d Merge pull request #4762 from huy-nguyen/fix-documentation
Fix indentation
2017-04-21 09:27:16 +02:00
Huy Nguyen 6124837c41 Update template.md 2017-04-20 16:58:20 -04:00
James 219a95dddc lint autofix the eslint file 2017-04-19 23:53:44 -07:00
Arete Code cf66618829 👕 update node linting
update linting for destructuring and latest node

uses .js rather than .eslintrc file

pulls in rules from
https://github.com/webpack/webpack-cli/pull/46/files#diff-df39304d828831c44a2b9f38cd45289cR40

adds spacing for this
<img width="495" alt="screen shot 2017-04-19 at 7 03 16 pm" src="https://cloud.githubusercontent.com/assets/4022631/25210014/eabff164-2532-11e7-89a3-837fde6c7101.png">
2017-04-19 19:05:28 -07:00
Arete Code fa2c16aee9 👕 add back eslint-disable-line on missing require 2017-04-19 12:51:49 -07:00
Arete Code a1b917ecc3 🆙 updated dll example descriptions on dll-user 2017-04-19 12:45:58 -07:00
Arete Code 1670467093 🆙📘 updated dll example reference readme
🆙📘 updated dll example descriptions
🔗📖 added links to dll documentation in the examples
2017-04-19 12:45:42 -07:00
Travis Matthews 7061c2c76b added file test, remove unused [basename] 2017-04-19 09:46:34 -04:00
Travis Matthews 527f9434f7 removed single quotes 2017-04-19 09:28:25 -04:00
Travis Matthews c68bd16b26 remove comment 2017-04-19 08:41:00 -04:00
Travis Matthews f2e30693ac Tests should write to test/js/... 2017-04-19 08:40:04 -04:00
Simon Legner d0bbf967fb ProvidePlugin: add test case for ES2015 modules 2017-04-19 08:47:17 +02:00
Tobias Koppers 8aa8a7b63f Merge pull request #4737 from ndresx/lint-glob-errors-fix
Fix lint errors and normalize lint globs in package.json
2017-04-19 00:00:19 +02:00
Martin Veith aea0e641ab Added eslint-disable-line for in dll-plugin test generated file 2017-04-18 22:35:52 +02:00
Martin Veith c9c92c56b1 Fixed lint errors and normalized lint globs in package.json 2017-04-18 22:00:05 +02:00
Tobias Koppers 25ae65ed72 Merge pull request #4728 from yeskunall/master
Improve sentence structure. Closes #4724.
2017-04-18 18:08:52 +02:00