Skip to content

Commit d7ac072

Browse files
fix typo
1 parent f488625 commit d7ac072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function parseConf(conf) {
5656

5757
return {
5858
externals: conf.externals || [],
59-
imports: conf.importd || {},
59+
imports: conf.imports || {},
6060
retryLimit: conf.retryLimit || 30,
6161
retryInterval: conf.retryInterval || 5000,
6262
disableLegacyTemplates: disableLegacyTemplates,

0 commit comments

Comments
 (0)