All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- 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.