We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f488625 commit d7ac072Copy full SHA for d7ac072
tasks/compile.js
@@ -56,7 +56,7 @@ function parseConf(conf) {
56
57
return {
58
externals: conf.externals || [],
59
- imports: conf.importd || {},
+ imports: conf.imports || {},
60
retryLimit: conf.retryLimit || 30,
61
retryInterval: conf.retryInterval || 5000,
62
disableLegacyTemplates: disableLegacyTemplates,
0 commit comments