All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- support the
query
template for the name
option (#366) (cd8698b)
- add the
funding
field in package.json
- name of
esModule
option in source code (#346) (31d6589)
- minimum required nodejs version is
10.13.0
- rename the
esModules
option to esModule
- switch to ES modules by default (the option
esModule
is true
by default)
- new
esModules
option to output ES modules (#340) (9b9cd8d)
- deps: minimum required nodejs version is
8.9.0
- relax options validation for additional properties (#309) (c74d44e)
- drop support for webpack < 4 (#303) (203a4ee)
- more validations in
options
schema
resourcePath
is now available in outputPath
and publicPath
(#304) (0d66e64)
context
is now available in outputPath
and publicPath
(#305) (d5eb823)
- removed the
useRelativePath
option. It is dangerously and break url when you use multiple entry points.
- drop support for webpack < 4
- defaults: update to latest webpack-defaults (#268) (687f422)
- defaults: Enforces
engines
of "node": ">=6.9.0 < 7.0.0 || >= 8.9.0"
- index:
context
takes precedence over issuer.context
(options.useRelativePath
) (#260) (e73131f)
- package: add
webpack >= 4
(peerDependencies
) (#255) (3a6a7a1)
- index: handle protocol URL's correctly (
options.publicPath
) (#253) (54fa5a3)
- index: use
path.posix
for platform consistency (#254) (2afe0af)
- 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)
- index: don't concat
options.outputPath
and options.publicPath
(#246) (98bf052)
- rootContext compatibility fix for legacy / v4 (#237) (1e4b7cf), closes #237
- schema: allow
name
to be a {Function}
(options.name
) (#216) (fbfb160)
- remove
=
from default export (SyntaxError
) (#178) (3fe2d12)
- Enforces Webpack standard NodeJS engines range.
at the time of merge
>= 4.3 < 5.0.0 || >= 5.10
.
- remove
=
from default export (SyntaxError
) (#178) (3fe2d12)
- Enforces Webpack standard NodeJS engines range.
at the time of merge
>= 4.3 < 5.0.0 || >= 5.10
.
- index: allow to override publicPath with an empty string (#145) (26ab81a)
- init
publicPath
to undefined (#159) (e4c0b2a)
- outputPath function overriden by useRelativePath (#139) (80cdee2)
- getOptions: deprecation warn in loaderUtils (#129) (a8358a0)
- resources: specify custom public file name (6833c70)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.