Skip to content

Commit

Permalink
fix: roll back swc overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Oct 26, 2020
1 parent fd9280e commit 90796c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions file-content-injector.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ const fs = require("fs");
file: "node_modules/core-js/internals/collection-strong.js",
match: String.raw`else that.size--;`,
replacement: String.raw`else {that.size--;}`
},
// TODO: Remove this when @swc/core has been published to NPM
{
file: "node_modules/@swc/core-darwin/swc.darwin.node",
replacementFile: "polyfill-lib/swc.darwin.node"
}
].forEach(replace);

Expand Down
Binary file removed polyfill-lib/swc.darwin.node
Binary file not shown.

0 comments on commit 90796c7

Please sign in to comment.