✨ What's Changed
- feat: NODE_ENV specific entry file. To overcome some bundle-specific issue such as hoisting/bundle splitting. Developer can now use
popup.production.tsx
ornewtab.production.tsx
to create a production-specific bundle. This helps those who cannot hoist their bundle due to dependency such assentry/react
. - feat: vue upgraded to 3.4, which enabled the ability to use https://vuejs.org/api/sfc-script-setup.html#defineoptions, which allow custom plugin to be loaded #595
- fix: live-reload for vue/svelte for pages runtime
🤝 Sponsors
- @jqphu - https://github.com/jqphu
- @nahtnam - https://nahtnam.com
- @Eversmile12 - https://github.com/Eversmile12
- @kulovecc https://github.com/kulovecc
Full Changelog: v0.71.1...v0.72.2