Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
Code Refactoring
- defaults: update to latest webpack-defaults (#268) (687f422)
BREAKING CHANGES
- defaults: Enforces
engines of "node": ">=6.9.0 < 7.0.0 || >= 8.9.0
Reverts
- index:
context takes precedence over issuer.context (options.useRelativePath) (#260) (e73131f)
Bug Fixes
- package: add
webpack >= 4 (peerDependencies) (#255) (3a6a7a1)
Bug Fixes
- index: handle protocol URL’s correctly (
options.publicPath) (#253) (54fa5a3)
- index: use
path.posix for platform consistency (#254) (2afe0af)
Bug Fixes
- index:
context takes precedence over issuer.context (options.useRelativePath) (3b071f5)
- index: don’t append
outputPath to the original url (options.outputPath {Function}) (4c1ccaa)
- index: normalize and concat paths via
path.join() (26e47ca)
Bug Fixes
- index: don’t concat
options.outputPath and options.publicPath (#246) (98bf052)
Bug Fixes
- rootContext compatibility fix for legacy / v4 (#237) (1e4b7cf), closes #237
Bug Fixes
- schema: allow
name to be a {Function} (options.name) (#216) (fbfb160)
Bug Fixes
Bug Fixes
Bug Fixes
Features
Bug Fixes
- remove
= from default export (SyntaxError) (#178) (3fe2d12)
Code Refactoring
BREAKING CHANGES
- Enforces Webpack standard NodeJS engines range.
at the time of merge
>= 4.3 < 5.0.0 || >= 5.10.
Bug Fixes
- remove
= from default export (SyntaxError) (#178) (3fe2d12)
Code Refactoring
Code Refactoring
BREAKING CHANGES
- Enforces Webpack standard NodeJS engines range.
at the time of merge
>= 4.3 < 5.0.0 || >= 5.10.
Bug Fixes
- index: allow to override publicPath with an empty string (#145) (26ab81a)
- init
publicPath to undefined (#159) (e4c0b2a)
Bug Fixes
- outputPath function overriden by useRelativePath (#139) (80cdee2)
Features
Bug Fixes
- getOptions: deprecation warn in loaderUtils (#129) (a8358a0)
Features
- resources: specify custom public file name (6833c70)
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.