Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Version 4.1.1

Compare
Choose a tag to compare
@egoist egoist released this 23 Nov 14:21
· 422 commits to master since this release

Bug fix:

  • revert output.filename to [name].js : Output bundle files to subdirectory of ./dist will make server-side require fail if you use code splitting. i.e. it will require('./sub/client.js') relative to ./dist/sub folder, obviously it should be ./dist instead.