This repository was archived by the owner on Dec 6, 2021. It is now read-only.
Version 4.1.1
Bug fix:
- revert output.filename to
[name].js: Output bundle files to subdirectory of./distwill make server-siderequirefail if you use code splitting. i.e. it willrequire('./sub/client.js')relative to./dist/subfolder, obviously it should be./distinstead.