Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
Bug Fixes
- index: don't crash with dynamic
import()
(#728) (348b46b)
Chores
- package: update
engines
&& peerDependencies
(05b41f3)
Code Refactoring
- ExtractTextPlugin: update to new plugin system and API's (#707) (51c56c0)
BREAKING CHANGES
- ExtractTextPlugin: requires
webpack >= v4.0.0
- package: requires
node >= v6.0.0
(engines
)
Bug Fixes
- refer to the
entrypoint
instead of the first module
(module.identifier
) (#601) (d5a1de2)
Bug Fixes
- index: stricter check for
shouldExtract !== wasExtracted
(#605) (510704f)
- get real path from
__filename
instead of __dirname
(NS
) (8de6558)
Bug Fixes
- add missing
options.ignoreOrder
details in Error message (#539) (dd43832)
Code Refactoring
- Apply webpack-defaults & webpack 3.x support (#540) (7ae32d9)
BREAKING CHANGES
- Enforces
engines
of "node": ">=4.3.0 < 5.0.0 || >= 5.10
- refactor: DeprecationWarning: Chunk.modules 543
- Updates to
Chunk.mapModules
. This release is not backwards compatible with Webpack 2.x
due to breaking changes in webpack/webpack#4764
- Enforces
peerDependencies
of "webpack": "^3.1.0"
.
Bug Fixes
Bug Fixes
Code Refactoring
- Update deprecated
chunk.modules
functions (#553) (be7936d)
BREAKING CHANGES
- Updates to
Chunk.mapModules | forEachModule | getNumberOfModules
. This release is not backwards compatible with Webpack 2.x
due to breaking changes in webpack/webpack#4764
Bug Fixes
- Distribute schema with package (5d0c28f)
- Skipped due to deployment issues with schema
- Skipped due to deployment issues with schema
Bug Fixes
- add missing
options.ignoreOrder
details in Error message (#539) (dd43832)
Code Refactoring
BREAKING CHANGES
- Updates to
Chunk.mapModules
. This release is not backwards compatible with Webpack 2.x
due to breaking changes in webpack/webpack#4764
- Enforces
peerDependencies
of "webpack": ">= 3.0.0-rc.0 || ^3.0.0"
.
- Enforces
engines
of "node": ">=4.3.0 < 5.0.0 || >= 5.10
Bug Fixes
- add a not null check for the content property before throwing error (#404) (58dd5d3)
- loader: rm unnecessary
this.cacheable
(caching) (#530) (c3cb091)
- don't extract from common async chunks (#508) (e595417)
- validation schema (
schema-utils
) (#527) (dfeb347)
Features
- The plugin filename accepts a function now. c9a19ad, closes #423
Bug Fixes
- schema: allow
extract
to accept omit/remove flags (8ce93d5), closes #371
- schema: connect loader schema with the code properly (03bb4aa)
- schema: emit proper error messages (70cbd4b)
Features
- errors: show nicer errors if there are extra fields (76a171d)
Bug Fixes
- options: pass proper loader options to children (#266) (6abf42d)
Bug Fixes
- readme: Incorrect loader configuration (e477cc7)
Features
- extract: return an array of loader objects (#343) (74b86e0)
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.