chore(deps): update dependency webpack to v3 #151
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.14.0
->^3.0.0
^1.14.0
->^3.0.0
By merging this PR, the issue #104 will be automatically resolved and closed:
Release Notes
webpack/webpack (webpack)
v3.11.0
Compare Source
Features
new Foo
expressionsjsonpScriptType
to specify script type for lazy loaded script tagsBugfixes
ident
in schemaident
is not lost when referencing by identprocess.exitCode
instead ofprocess.exit
v3.10.0
Compare Source
Features:
publicPath
andfileContext
to SourceMapDevToolPluginrequire.include
no longer uses all exports (Tree Shaking)v3.9.1
Compare Source
Bugfixes:
ignored
andstdin
to schema ofwatchOptions
v3.9.0
Compare Source
Features
Bugfixes
stats.all
option to schemaself
beforethis
as global objectwindow
instead of this in JSONPnull
in SourceMap correctlymultiStep: true
v3.8.1
Compare Source
Bugfixes:
stats
schema for validationv3.8.0
Compare Source
Features:
--env
data in stats (@jbottigliero)import()
orrequire.ensure
now (@sokra)Bugfixes:
stats
and be more strict (@jbottigliero)Performance
v3.7.1
Compare Source
Bugfixes
v3.7.0
Compare Source
Features
.concat
(@loganfsmyth)ContextExclusionPlugin
to exclude files in a context (@timse)deepChildren
flag toCommonChunkPlugin
(@ArcEglos, @ljcrapo)Bugfixes
--watch-poll
in CLI (@Aladdin-ADD)crossOrigin
on script tags for HMR (@STRML)Performance
v3.6.0
Compare Source
Bugfixes
v3.5.6
Compare Source
Bugfixes
--watch-poll
also accepts a number now (@civalin)orginalError
->originalError
in HMR API (@sokra)Cannot read property '0' of undefined
in harmony modules (@sokra)require
to root of concatenated module correctly and don't generate__webpack_require__(null)
(@sokra)async
as variable name (@sokra)Performance
v3.5.5
Compare Source
Bugfixes:
call on undefined
errors (can happen when usingexternals
andCommonChunkPlugin
)__esModule
flag on incremental build withModuleConcatenationPlugin
__esModule
flag is now only set when needed with theModuleConcatenationPlugin
v3.5.4
Compare Source
Bugfixes
Features:
parallelism
)v3.5.3
Compare Source
Bugfixes
ModuleConcatenationPlugin
v3.5.2
Compare Source
Bugfixes:
ModuleConcatenationPlugin
)v3.5.1
Compare Source
Bugfixes:
v3.5.0
Compare Source
Features:
stats.excludeAssets
to allow to filter assets in list (@ldrick)import(/* webpackMode: "weak" */ "module")
to try to load a module without network request (@faceyspacey)require.context
which is the context mode. Can befalse
,"eager"
,"lazy-once"
,"weak"
and"async-weak"
. (@faceyspacey)require.resolveWeak
now support expressions (@faceyspacey)ModuleConcatenationPlugin
)Bugfixes:
ModuleConcatenationPlugin
ConcatenatedModule
--help
output is flushed before process exit (@esbenp)stats
options are now validated by schema (@esbenp)CommonsChunkPlugin
in async mode withoutname
argument--resolve-extensions
(@tomek-d)has no internal name
when using dependency variable in root of scope-hoisted modules (ModuleConcatenationPlugin
)Examples:
v3.4.1
Compare Source
Bugfixes:
v3.4.0
Compare Source
Features:
--config-name
option to choose a config by name for compiling a part of the configBugfixes:
--module-bind-pre
and--module-bind-post
Performance:
v3.3.0
Compare Source
Features:
Bugfixes:
this.compiler.compiler is not a function
v3.2.0
Compare Source
Bugfixes:
strictThisContextOnImports
in ConcatenatedModules.strictThisContextOnImports
..call()
renames of this.typeof
withrequire.resolve(Weak)
.v3.1.0
Compare Source
Features:
this
in a IIFEcacheWithContext: false
by default when it's safesortModules
toChunk
which is required in extract-text-plugin to support webpack 3Bugfixes:
!
with truthy webpack identifier will evaluate correctlyv3.0.0
Compare Source
Changes from 2.6.1 to 3.0.0
Features
node_modules
no longer mangle to~
in stats [breaking change]webpack.optimize.ModuleConcatenationPlugin
)output.libraryExport
to select an export for the librarysourceMapFilename
now supports[contenthash]
[breaking change]module.noParse
supports functionsnode: false
option to disable all node specific additionsBugfixes
async
optionInternal changes
Changes from 3.0.0-rc.2 to 3.0.0
Bugfixes
Internal changes
v2.7.0
Compare Source
Features:
resolve.cacheWithContext
to schema[contenthash]
insourceMapFilename
as workaround for a caching bugv2.6.1
Compare Source
Bugfixes:
output.pathinfo
)v2.6.0
Compare Source
Features:
webpackMode
comment option forimport()
output.chunkLoadTimeout
Bugfixes:
webpackChunkName
forimport()
with expressionv2.5.1
Compare Source
Bugfixes:
v2.5.0
Compare Source
Bugfixes:
hashSalt
to schemasourceMappingURL
, which caused issues with some toolsFeatures:
v2.4.1
Compare Source
Bugfixes:
v2.4.0
Compare Source
Highlighted Features:
import()
now allows to configure a chunk namerequire.ensure
has a error callbackFeatures:
warningsFilter
to stats options to filter warnings__webpack_chunkname__
toExtendedAPIPlugin
NamedChunksPlugin
which allows to set chunk id, i. e. to chunk namerequire.ensure
import()
Bugfixes:
v2.3.3
Compare Source
Bugfixes:
v2.3.2
Compare Source
Bugfixes:
v2.3.1
Compare Source
Bugfixes:
emitWarning/Error
from loader with non-Error valuev2.3.0
Compare Source
Features:
extensions
option to DllReferencePluginwarningsFilter
to UglifyJsPlugin to hide warnings selectivelyextractComments
to UglifyJsPlugin to move kept comments into separate file (i. e. LICENSE file)compiler
(name
in configuration) in rulesextract-text-webpack-plugin
orhtml-webpack-plugin
module.strictExportPresence
to make missing export an error instead of warningwatch-close
event when the watcher is closedBugfixes:
System
now generate valid code i. e.System.global
EnvironmentPlugin
Notes
The validation now fails when passing absolute paths with lowercase drive letter on windows.
(i. e.
c:\work\stuff
instead ofC:\work\stuff
)Lowercase drive letters will cause weird errors (node.js behavior is inconsistent about drive letter casing) in some cases.
So please fix the paths in your shell resp. your tooling and always call webpack with uppercase drive letter. Don't use lowercase drive letters.
v2.2.1
Compare Source
Bugfixes:
ident
is no longer required, but it will choose one automaticallyFeatures:
v2.2.0
Compare Source
The first webpack 2 release
No changes here. It's equal to the last RC, but with an updated version number.
Here is a migration guide if you want to migrate from webpack 1 to webpack 2.
Here is a blog post about the release.
Here is the documentation for webpack 2. It's new!