This repository has been 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./dist
will make server-siderequire
fail if you use code splitting. i.e. it willrequire('./sub/client.js')
relative to./dist/sub
folder, obviously it should be./dist
instead.