Skip to content

Commit

Permalink
Remove now-unnecessary simple-icon tree shaking workaround
Browse files Browse the repository at this point in the history
See simple-icons/simple-icons#8112.

Signed-off-by: William So <polyipseity@gmail.com>
  • Loading branch information
polyipseity committed Feb 13, 2023
1 parent 15fdc05 commit b9fdfcb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/esbuild.config.mjs
Expand Up @@ -11,9 +11,7 @@ If you want to view the source, please visit the repository of this plugin.
*/`,
production = process.argv[ARGV_PRODUCTION] === "production",
build = await esbuild.context({
alias: {
"simple-icons": "simple-icons/icons",
},
alias: {},
banner: { js: COMMENT },
bundle: true,
color: true,
Expand Down

0 comments on commit b9fdfcb

Please sign in to comment.