2020-05-10
Features
- Add ids of static and dynamic imports to
this.getModuleInfo
(#3542) - Provide
getModuleInfo
andgetModuleIds
tomanualChunks
functions (#3542) - Add nullish coalescing support (#3548)
- Make the rebuild delay in watch mode configurable and set the default to
0
for snappy rebuilds (#3502) - Add
this.getModuleIds
to the plugin context as future replacement forthis.moduleIds
(#3542)
Pull Requests
- #3502: Configurable build delay (@mattdesl)
- #3542: Extend manualChunks API (@lukastaegert)
- #3548: Support nullish coalescing with tree-shaking (@lukastaegert)