FuseBox v3.3.0 Release Notes

Release Date: 2018-06-20 // almost 6 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ”Œ ConsolidatePlugin- Template engine takes basedir not baseDir (#1236) (0d3dbc2)
    • Copy readme so it's included in npm (836ff48)
    • ๐Ÿ“ฆ cssFiles keys now use the {packageName}/{pattern} format (3459180)
    • โœ… tests: Remove message from error object to make test compatible with Node 9. (c36ac01)
    • ๐Ÿ“œ 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)
    • 0๏ธโƒฃ syntheticDefaultExportPolyfill Check if frozen before attempting to defineProperty. (#1235) (2c971e7)

    ๐Ÿ”‹ Features

    • โž• Add css splitting with cssFiles quantum config (d3f5491)
    • โž• 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)
    • ๐Ÿ‘‰ Use cssFiles name as key for manifest (fb107ef)
    • ๐Ÿ”Œ WebIndexPlugin accepts engine option (e0cba10)
    • ๐Ÿ”Œ WebIndexPlugin additional attributes support in script tags (#1246) (f790bfb)
    • Working CLI (install skeletons) (87df46a)