-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
webpack 4.0.0-alpha.2 feedback #6179
Copy link
Copy link
Closed
Description
Big features
- WebAssembly modules can now import other modules (JS and WASM)
- Exports from WebAssembly modules are validated by ESM import
- You'll get a warning/error when trying to import a non-existing export from WASM
- Stats can display modules nested in concatenated modules
- UglifyJs now caches and parallizes by default
Features
- Referencing entry point name in
import()now emits a error instead of a warning output.hashFunctioncan now be a Constructor to a custom hash function- You can provide a non-cryto hash function for performance reasons
- Unused modules are no longer unnecessarly concatenated
Bugfixes
- Using
module.id/loadednow correctly bails out of Module Concatentation (Scope Hoisting) - OccurenceOrderPlugin now sorts modules in correct order (instead of reversed)
Internal changes
- Replaced
plugincalls withtapcalls (new plugin system)
Please comment if you find additional changes not in the changelog
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels