mirror of
https://github.com/unjs/unplugin.git
synced 2025-12-08 20:26:33 +00:00
chore: typo (#393)
This commit is contained in:
parent
1d7e13f06a
commit
fc2c1a1baa
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user