We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
banner.css
> we should remember to add banner and footer tests about bundleless css.
Currently, we do not support banner.css
this.emitFile in loader is not handled by rspack.BannerPlugin
this.emitFile
rspack.BannerPlugin
the files are in the chunks.auxiliaryFiles not chunks.files
chunks.auxiliaryFiles
chunks.files
https://github.com/webpack/webpack/blob/65bce6826b85a48add3371d76ba16a9933326058/lib/BannerPlugin.js#L105
Maybe we can support it by adjusting bannerPlugin in the future, this is a TODO
Originally posted by @SoonIter in #206 (comment)
The text was updated successfully, but these errors were encountered:
It could be implement here https://github.com/web-infra-dev/rslib/blob/master/packages/core/src/plugins/EntryChunkPlugin.ts now as an "unnative" workaround.
Sorry, something went wrong.
No branches or pull requests
Currently, we do not support
banner.css
this.emitFile
in loader is not handled byrspack.BannerPlugin
the files are in the
chunks.auxiliaryFiles
notchunks.files
https://github.com/webpack/webpack/blob/65bce6826b85a48add3371d76ba16a9933326058/lib/BannerPlugin.js#L105
Maybe we can support it by adjusting bannerPlugin in the future, this is a TODO
Originally posted by @SoonIter in #206 (comment)
The text was updated successfully, but these errors were encountered: