chore: typo (#393)

This commit is contained in:
Honza Hrubý 2024-06-29 00:38:01 +02:00 committed by GitHub
parent 1d7e13f06a
commit fc2c1a1baa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -316,10 +316,10 @@ export const unpluginFactory: UnpluginFactory<Options | undefined> = (options, m
rollup: {
// Rollup plugin
},
webpack(complier) {
webpack(compiler) {
// Configure webpack compiler
},
rspack(complier) {
rspack(compiler) {
// Configure webpack compiler
},
esbuild: {