603f8349e8
Also had to add a `babel.config.js` for it to work
11 lines
208 B
JSON
11 lines
208 B
JSON
{
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"targets": {
|
|
"browsers": [">1%", "not ie 11", "not op_mini all", "not dead"]
|
|
}
|
|
}]
|
|
],
|
|
"plugins": []
|
|
}
|