This repository was archived by the owner on Jun 20, 2023. It is now read-only.
v3.3.0
Bug Fixes
- ConsolidatePlugin- Template engine takes basedir not baseDir (#1236) (0d3dbc2)
- Copy readme so it's included in npm (836ff48)
- CSSResource parse error (#1213) (cc4d42c)
- Error propagation bug. (#1216) (1ad7c71)
- Fixed a critical bug with CSSPlugin and path overrides (b129f2d)
- keep original source file extensions when using useTypeScriptCompiler option. (#1278) (5c39c94)
- Made error message clearer, and included HTML Template file not found error check. (#1207) (66f06bb)
- Quantum breaks on more than one configured globals (#1223) (f509d19)
- Remove debug console.log (1d3172c)
- renaming generated files to allow several vue files in a folder (fcfbfa0)
- require statements ignored if not 'true' requires. fixes #1142 (#1229) (0b138f2)
- tests: Remove message from error object to make test compatible with Node 9. (c36ac01)
- syntheticDefaultExportPolyfill Check if frozen before attempting to defineProperty. (#1235) (2c971e7)
Features
- added support for arrays in modulesFolder (#1293) (73e2f73)
- Automatic alias mapping based on baseDir in tsconfig.json (ts) (8f11040)
- Consolidate Plugin - Pass baseDir & includeDir as options (#1225) (26e7ebe)
- devServer fallback (#1265) (1f5bbe3)
- filesMapping option to CSSResourcePlugin (#1281) (8cd39db)
- HTTPS devServer option (#1255) (0715cc3)
- WebIndexPlugin accepts engine option (e0cba10)
- WebIndexPlugin additional attributes support in script tags (#1246) (f790bfb)
- Working CLI (install skeletons) (87df46a)