FuseBox v3.6.0 Release Notes
Release Date: 2018-10-29 // about 6 years ago-
๐ Bug Fixes
- $target: fluent api method target() does not split target and language level (812fa63)
- CSSModules: use correct CSS file path (#1377) (f3f067f)
- Quantum: global process and process.env are handled gracefully (341d5ff)
- ๐ allow fine tuning of chokidar to prevent ENOSPC errors (#1384) (563765a)
- Quantum: Limit process replacement for browser only (7066967)
- cache busting should not be used if the target is a server (#1394) (ae6595f), closes #1393
- ๐ Entry point in Quantum builds (#1387) (81b404e), closes #1206
- ๐ improved detection of language level for transpilation (769055a), closes #1399
- improving import syntax detection (d2c9cd6), closes #1414
- ๐ Improving tsConfig, added "extends" support (#1411) (6b7b19d)
- โ Remove legacy obj-rest-spread plugin from acorn (a827c62)
๐ Features
- โ add optional
filterFn
parameter toBundle.watch()
(0c91f20) - ๐ CSSResourcePlugin: generate hashed file names using relative file path (8f21daf)
- ๐ SassPlugin: Shared resource files in the config (dc59fde)
- โ Added domain and dgram browser polyfills (98be8c8), closes #1410
- Automatically resolve ts files with useTypescriptCompiler (f9e3ecf)