Skip to content

Commit

Permalink
JI-3674 Clean up webpack for npm audit (#49)
Browse files Browse the repository at this point in the history
* JI-3674 Clean up webpack for npm audit

* JI-3674 Install cross-env

Co-authored-by: Erik Langhaug <[email protected]>
  • Loading branch information
j0kerZ and Languafe authored Jul 4, 2022
1 parent aa7e33c commit 9bc41d2
Show file tree
Hide file tree
Showing 5 changed files with 7,421 additions and 8,758 deletions.
8 changes: 6 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"presets": ["es2015"],
"plugins": ["transform-object-assign"]
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-transform-object-assign"
]
}
Loading

0 comments on commit 9bc41d2

Please sign in to comment.