chore: Fix typo (#2135)

This commit is contained in:
Ifiok Jr 2021-08-23 10:08:01 +01:00 committed by GitHub
parent 84cda8a9f5
commit 1d71a8ea95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ export interface SpackConfig {
/**
* Modules to exclude from bundle.
*/
extenalModules?: string[]
externalModules?: string[]
}
export interface OutputConfig {