Skip to content

Commit

Permalink
alpha succeeded on qualtrics
Browse files Browse the repository at this point in the history
  • Loading branch information
keita-makino committed Oct 7, 2019
1 parent b8ffa8f commit 83a4937
Show file tree
Hide file tree
Showing 15 changed files with 75,445 additions and 15 deletions.
13 changes: 13 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "usage",
"corejs": 3
}
],
"@babel/preset-react",
"@babel/preset-typescript"
]
}
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist
webpack.config.js
Loading

0 comments on commit 83a4937

Please sign in to comment.