forked from storacha/w3ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolves storacha#2
- Loading branch information
Alan Shaw
committed
Sep 7, 2022
1 parent
72cdbc6
commit b1034c1
Showing
16 changed files
with
7,926 additions
and
14 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Chrome >= 73 | ||
Firefox >= 78 | ||
Edge >= 79 | ||
Safari >= 12.0 | ||
iOS >= 12.0 | ||
opera >= 53 |
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
node_modules | ||
build |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
module.exports = { | ||
presets: [ | ||
[ | ||
'@babel/preset-env', | ||
{ | ||
loose: true, | ||
modules: false, | ||
exclude: [ | ||
'@babel/plugin-transform-regenerator', | ||
'@babel/plugin-transform-parameters' | ||
] | ||
} | ||
], | ||
'@babel/preset-typescript', | ||
'@babel/preset-react' | ||
] | ||
} |
Oops, something went wrong.