-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(webpack): Fix uglifyjs breaking and disable modules for webpack t…
…ree shaking to work Uglify broke because of the include statement I added in hope it would speed up the build. To use tree shaking with webpack babel should not convert modules into es5 code. That broke the testing process. I added a babel environment variable and environment babel rules switch to make both work.
- Loading branch information
Showing
2 changed files
with
19 additions
and
3 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
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