Skip to content

Commit

Permalink
build: remove logical assignment support (#2906)
Browse files Browse the repository at this point in the history
  • Loading branch information
jb-twilio authored Dec 28, 2022
1 parent b6ae3df commit 2719716
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cold-nails-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@twilio-paste/icons': patch
---

Remove logical assignment support
1 change: 1 addition & 0 deletions packages/paste-icons/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const config = {
entryPoints: [...buildIconList, ...EXTRA_ENTRY_POINTS],
bundle: false,
minify: process.env.NODE_ENV === 'production',
target: ['chrome66', 'firefox58', 'safari11', 'edge79', 'node12.19.0'],
define: {
'process.env.NODE_ENV': `"${process.env.NODE_ENV}"`,
},
Expand Down

0 comments on commit 2719716

Please sign in to comment.