-
Notifications
You must be signed in to change notification settings - Fork 933
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: set
browserlist
so that js files are transpiled (#1457)
* fix: set `browserlist` so that js files are transpiled so that modern syntax like `??` which is tripping up some build systems are transpiled * fix: set webpack target to `web` for docs build previously it would default to this, but with a `browserList` set it chooses that instead and fails if it's empty * fix: set webpack target for cypress
- Loading branch information
1 parent
d1a7f67
commit c406ab2
Showing
3 changed files
with
20 additions
and
2 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
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