-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to using terser instead of babel
Babel has this bug which appeared after trying to update to the latest version, and remained even after rolling back to an older version. Extremely annoying. babel/minify#974 Add grunt-terser. Remove babel, core-js, lodash, which was used just once in build-popup.js, and react-virtualized, which wasn't used at all. Remove package-lock.json from .gitignore and commit it, to make it easier to track exact package changes.
- Loading branch information
1 parent
e6efa20
commit 03a044f
Showing
5 changed files
with
13,631 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,4 @@ | |
/build/rjs | ||
/build/out | ||
/node_modules | ||
/package-lock.json | ||
/release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.