We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68c42f commit 47c35fdCopy full SHA for 47c35fd
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