All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.0-alpha.0 (2020-07-29)
- performance enhancement (2b73d3c)
- remove babel
1.6.0 (2020-07-27)
- 初步支持 webpack3 (一些特性如动态 import 等有待测试) (f01c97e)
1.5.6 (2019-12-20)
- webpackAssetMappings 未定义的问题 (211d23a)
1.5.5 (2019-12-16)
1.5.4 (2019-12-16)
- public path replacing (9437adc)
1.5.3 (2019-12-16)
- reduce changes to original code (d7d7f90)
1.5.2 (2019-12-16)
- using babel for replacing public path (5980e90)
1.5.1 (2019-12-16)
- bug on custom requireFn (774c722)
1.5.0 (2019-12-13)
- use custom requireFn (7ef2f80)
1.4.0 (2019-05-23)
1.3.13 (2019-05-23)
- revert 1.3.11 and 1.3.12
1.3.12 (2019-05-17)
- replace runtime & entrypoint files only (dd03388)
1.3.11 (2019-03-28)
- the order of keys of asset map should not affect result (28c59c1)
1.3.10 (2019-03-28)
1.3.10-alpha.0 (2019-03-28)
1.3.9 (2019-03-07)
- compitable with inline html chunk plugin (18c33b5)
1.3.8 (2019-01-09)
- css asset path replacing error (4c49092)
1.3.7 (2018-12-17)
- check
options.mode
if NODE_ENV not set (756aa1f) - more safe entryFeatureMarker (d8c4491)
- possible
#
or?
in css url() (5405d7c)
1.3.6 (2018-12-13)
1.3.5 (2018-12-13)
- match and replace img src in html (d162d00)
1.3.4 (2018-12-12)
- error caused by possible asset source that is Buffer (f83c2d6)
1.3.3 (2018-12-12)
- absolute path in CSS (deafaca)
1.3.2 (2018-12-12)
- enhance html replacing with regexp (06dfb10)
- enhance path replacing, fixed #1 (8b29e1a)
- possible undefined publicPath (ea697d8)
1.3.1 (2018-12-11)
- more robust global variable name (a9db084)
- more robust html replacing regexpr (8e10bb6)
- uploading function enhancement (f434e91)
1.3.0 (2018-12-11)
- improve manifest injection (bd7d197)
- support for dll (16abdd0)
1.2.4 (2018-12-11)
- possible syntax error (96ac8df)
1.2.3 (2018-12-11)
- better error handling: put out error info, and keep local file. (9631a62)
1.2.2 (2018-12-11)
- more robust css matching regexp (50a7fb0)
1.2.1 (2018-12-10)
- fix wrong asserting, deal with possible Buffer object (86abed2)
1.2.0 (2018-12-10)
- add warning for publicPath (42de621)
1.1.0 (2018-12-09)
- support (d11d296)
1.0.3 (2018-12-09)
- rename
uploadContent
param name (07548bf)
1.0.2 (2018-12-09)
- stop working if not in production mode (21ef435)
1.0.1 (2018-12-09)
- add fallback for publicPath (d714653)