We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e68c42f + 47c35fd commit dc661ffCopy full SHA for dc661ff
1 file changed
components/bin/build
@@ -297,6 +297,7 @@ function processGlobal() {
297
prefix + indent + packages.join(',\n' + indent) + postfix,
298
'}});'
299
);
300
+ makeDir('');
301
fs.writeFileSync(path.join(LIB, COMPONENT + '.js'), lines.join('\n') + '\n');
302
}
303
0 commit comments