Merge pull request #10035 from tschaub/legacy-windows-build-support

Support building the legacy build on windows
This commit is contained in:
Tim Schaub
2019-09-26 21:39:05 +02:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ async function build(input, {minify = true} = {}) {
if (id !== input) {
return null;
}
return code.replace('export let create;\n', '');
return code.replace('export let create;', '');
}
},
common(),