chore: fix typo (#5261) [ci skip]

This commit is contained in:
Yugang Cao
2022-01-21 14:18:34 +08:00
committed by GitHub
parent e8022755ae
commit e603fd258c
7 changed files with 10 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ const outfile = resolve(
)
const relativeOutfile = relative(process.cwd(), outfile)
// resolve extenrals
// resolve externals
// TODO this logic is largely duplicated from rollup.config.js
let external = []
if (!inlineDeps) {