Skip to content

Commit

Permalink
No it's not me: evanw/esbuild#475
Browse files Browse the repository at this point in the history
  • Loading branch information
nettybun committed May 3, 2021
1 parent d2633e9 commit 521ed4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions macro-regex/macroRegexExtract.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ esbuild.build({
'styletakeout.macro',
],
bundle: true,
// This isn't enough - it'll have MULTIPLE imports for the same macro...
minifyIdentifiers: true,
minifySyntax: true,
minify: true,
}).then(buildResult => {
const [result] = buildResult.outputFiles;
Expand Down

0 comments on commit 521ed4f

Please sign in to comment.