Merge pull request #10035 from tschaub/legacy-windows-build-support
Support building the legacy build on windows
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user