Closed greenkeeper[bot] closed 6 years ago
Update to this version instead 🚀
mode
or --mode
) between two modes now: production or development
optimization.*
(build your custom mode)process.env.NODE_ENV
are set to production or development (only in built code, not in config)none
mode which disables everythingimport()
always returns a namespace object. CommonJS modules are wrapped into the default export
import()
NoEmitOnErrorsPlugin
-> optimization.noEmitOnErrors
(on by default in production mode)ModuleConcatenationPlugin
-> optimization.concatenateModules
(on by default in production mode)NamedModulesPlugin
-> optimization.namedModules
(on by default in develoment mode)CommonsChunkPlugin
was removed -> optimization.splitChunks
, optimization.runtimeChunk
type: "javascript/auto"
when transforming JSON via loader to JSjavascript/esm
handles ESM more strictly compared to javascript/auto
:
default
import, everything else (including namespace import) emit errors.mjs
modules are javascript/esm
by defaultimport()
sideEffects: false
is now supported in package.json
sideEffects
in package.json also supports glob expressions and arrays of glob expressionsoptimization.splitChunks
option was introducedimport()
occur in a dead branchwebpackInclude
and webpackExclude
are supported by the magic comment for import()
. They allow to filter files when using a dynamic expression.System.import()
now emits a warning
Rule.parser.system: true
System.import
with Rule.parser.system: false
module.rules[].resolve
. It's merged with the global configuration.optimization.minimize
has been added to switch minimizing on/off
optimization.minimizer
has been added to configurate minimizers and optionswebpack-cli
to use the CLI--progress
) now displays plugin names
module.rules[].type
options.dependencies
configurations now throw errorsideEffects
can be overriden via module.rulesoutput.hashFunction
can now be a Constructor to a custom hash function
output.globalObject
config option to allow to choose the global object reference in runtime exitCodetype
and request
.include
test
and exclude
to the eval source map devtool pluginfor of
instead of forEach
Map
and Set
instead of Objectsincludes
instead of indexOf
text/javascript
and async
as this are the default values (saves a few bytes)__webpack_require__
and argument is omitted.wasm
, .mjs
, .js
and .json
extensions in this orderoutput.pathinfo
is now on by default in develoment modeentry
defaults to ./src
output.path
defaults to ./dist
production
defaults when omiting the mode
option<{parents}>
>{children}<
and ={siblings}=
in StatsbuildAt
time to statsimport()
now emits a error instead of a warningdone
is now an async hook*/
output.chunkCallbackName
to the schema to allow configurating WebWorker templatemodule.id/loaded
now correctly bails out of Module Concatentation (Scope Hoisting)Watching.invalidate
-!
behavior with post loadersrun
and watchRun
hooks for MultiCompiler
this
is now undefined in ESMvar
, const
or let
javascript/dynamic
or javascript/module
is used.buildMeta
of nulloriginal-fs
module for electron targetsplugins
plugin
calls with tap
calls (new plugin system)buildMeta.exportsType: "default"
for json modulesneo-async
instead of async
module.loaders
loaderContext.options
Compilation.notCacheable
flagNoErrorsPlugin
Dependency.isEqualResource
NewWatchingPlugin
CommonsChunkPlugin
plugin
method is backward-compatibleCompiler.hooks.xxx.tap(<plugin name>, fn)
nowChunk.chunks/parents/blocks
are no longer Arrays. A Set is used internally and there are methods to access it.Parser.scope.renames
and Parser.scope.definitions
are no longer Objects/Arrays, but Map/Sets.StackedSetMap
(LevelDB-like datastructure) instead of ArraysCompiler.options
is no longer set while applying pluginsDependency.getReference()
may now return a weak
property. Dependency.weak
is now used by the Dependency
base class and returned in the base impl of getReference()
Module
sContextModule
and resolveDependencies
Compiler.resolvers
into Compiler.resolverFactory
accessible with pluginsDependency.isEqualResource
has been replaced with Dependency.getResourceIdentifier
Template
are now staticoutputOptions
and requestShortener
has been moved to this class
Module.meta
has been replaced with Module.buildMeta
Module.buildInfo
and Module.factoryMeta
have been addedModule
have been moved into the new objectsloaderContext.rootContext
which points to the context
options. Loaders may use it to make stuff relative to the application root.this.hot
flag to loader context when HMR is enabledbuildMeta.harmony
has been replaced with buildMeta.exportsType: "namespace
map/foreach
Chunks/Modules/Parents
methods are now deprecated/removedcreateGenerator
and generator
hooks for NormalModuleFactory to customize code generationThe new version differs by 838 commits.
213226e
4.0.0
fde0183
Merge pull request #6081 from webpack/formating/prettier
b6396e7
update stats
f32bd41
fix linting
5238159
run prettier on existing code
518d1e0
replace js-beautify with prettier
4c25bfb
4.0.0-beta.3
dd93716
Merge pull request #6296 from shellscape/fix/hmr-before-node-stuff
7a07901
Merge pull request #6563 from webpack/performance/assign-depth
c7eb895
Merge pull request #6452 from webpack/update_acorn
9179980
Merge pull request #6551 from nveenjain/fix/templatemd
e52f323
optimize performance of assignDepth
6bf5df5
Fixed template.md
90ab23a
Merge branch 'master' into fix/hmr-before-node-stuff
b0949cb
add integration test for spread operator
There are 250 commits in total.
See the full diff
Update to this version instead 🚀
version
property to webpack exportsimport()
with CJS now gives correct exportsThe new version differs by 8 commits.
5044762
4.0.1
7fd5c6f
Merge pull request #6585 from webpack/bugfix/bailout-messages
8e592bf
Merge pull request #6575 from nveenjain/addVersion
e7aba18
fix incorrect optimization bailout messages
9f9c3d1
Merge pull request #6583 from webpack/bugfix/import-cjs
8bf1574
CJS fake namespace object contains exports now
d50fa68
add newlines
05174ae
Added version to webpack's export property
See the full diff
Update to this version instead 🚀
filename
option to optimization.splitChunks
to modify the filename template for splitted chunksthis.xxx
in ProvidePlugin
The new version differs by 73 commits.
f916fc0
4.1.0
8eba694
Merge pull request #6650 from webpack/bump_watchpack
00f70fc
Merge pull request #6645 from zacanger/fix/6644
2e3d319
Merge pull request #6648 from cheapsteak/patch-1
01c18cc
Merge pull request #6651 from webpack/feature/split-chunks-filename
2e687d0
Merge pull request #6613 from brentwilton/improve-performance-of-module-concatenation-plugin
3c5b104
Merge pull request #6663 from webpack/feature/support-non-js
2c8ea60
expose stuff and all non-bundle modules
b0e14df
Set optimization.splitChunks to false in test webpack config.
ecb65aa
allow to configure filename for splitted chunks
325038d
Update watchpack to 1.5.0
a2fd80e
Update downloads badge to point to graph of downloads
3a41ca4
Fix #6644
39095ef
add todo for ModuleConcatenationPlugin for loop bugfix
f6e366b
Merge pull request #6611 from kvrlk/patch-1
There are 73 commits in total.
See the full diff
Update to this version instead 🚀
sourceMap
option of the default UglifyJsPlugin now defaults to true when the SourceMapDevToolPlugin is usedmodule.assets
is now working again in the StatsdevtoolNamespace
default works now also for arrays passed to output.library
chunks
option of optimization.splitChunks
The new version differs by 27 commits.
41bb63a
4.1.1
37f7681
Merge pull request #6697 from webpack/bugfix/split-chunks
4d68350
fix bug where modules are put into the wrong chunk
8a59ef7
Merge pull request #6689 from webpack/bugfix/issue-6688
edbb6f6
Merge pull request #6670 from SimenB/patch-1
800e7f9
fix #6688
c54df36
Merge pull request #6609 from marcalexiei/configuration-version-error
4f39932
Merge pull request #6641 from tmilloff/master
6879ab7
Merge pull request #6685 from webpack/bugfix/node_chunks
71eff5d
Merge pull request #6686 from webpack/bugfix/ccp-readme
9eb4daa
Remove CCP link
f9e7a17
Escape module names
1181c0e
Remove accidental filename setting which wasn't needed and was breaking test
57c6c43
Add requested changes from PR comments
ae2ae4e
Merge pull request #6640 from clarkdo/module-assets
There are 27 commits in total.
See the full diff
Version 3.11.0 of webpack was just published.
The version 3.11.0 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of webpack.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Commits
The new version differs by 62 commits.
f010546
update examples
bc840ec
3.11.0
9323ee6
Merge pull request #6398 from addaleax/no-binding
c7cbc35
Merge pull request #6430 from jbottigliero/update/ajv
61b75b7
update ajv + ajv-keywords
8da8b93
Work around Node environment variable bug
ddb1fad
Merge pull request #6408 from ocombe/fix/#6407-empty-array
2aebfbe
fix(ConcatenatedModule): don't throw on arrays with empty values
3972d9a
Merge pull request #6391 from nerdkid93/patch-1
e4375f8
Avoid relying on Node’s internals
0dd1727
change polymer loader link
33f518b
Merge pull request #6300 from nename0/fix-6243
80ed1c4
Merge pull request #6335 from Connormiha/banner-plugin-optimize
5d93c53
Minor optimize banner plugin
1895b76
Add Tests checking chunkhash of runtime chunk only changes if needed
There are 62 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: