Skip to content

Commit

Permalink
Use parcel as a bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
holubv committed Apr 14, 2021
1 parent 0d09885 commit 4641f5d
Show file tree
Hide file tree
Showing 8 changed files with 8,078 additions and 5,047 deletions.
12 changes: 1 addition & 11 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,5 @@
}
],
"@babel/preset-react"
],
"env": {
"test": {
"presets": ["@babel/preset-env", "@babel/preset-react"],
"plugins": [
"@babel/plugin-transform-runtime",
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-class-properties"
]
}
}
]
}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.parcel-cache
.cache
.idea
node_modules
.DS_Store
dist
*.tgz

0 comments on commit 4641f5d

Please sign in to comment.