Hanson
Hanson
There is no external import used here
I hope this issue can be fixed in 1.0
Verified, production available
Here is a temporary solution https://github.com/web-infra-dev/rspack/issues/10427
> [@lzxb](https://github.com/lzxb) [@WN921](https://github.com/WN921) [@Yurii-Yanovitsky](https://github.com/Yurii-Yanovitsky) HMR for ESM chunk has been supported. You can try this feature with [@rspack/[email protected]](https://www.npmjs.com/package/@rspack/core/v/1.5.0-beta.0) > > if any bugs found, just drop me an issue. Webpack...
@stormslowly There is still room for improvement in output quality
Working conditions of two modes ## modern-module Development: ✅️ Production: ❌ ## module Development: ✅️ Production: ✅️
## modern-module ```ts import { defineConfig } from "@rspack/cli"; import { type RspackPluginFunction, rspack, ExternalItemFunctionData } from "@rspack/core"; import { VueLoaderPlugin } from "vue-loader"; // Target browsers, see: https://github.com/browserslist/browserslist const...
import oneself seems to comply with ESM standards
Hi, is there any progress on this issue