Use babel to transpile to javascript compatible with firefox 68
because we are still using it on tests machines
Showing
This diff is collapsed.
... | ... | @@ -5,7 +5,11 @@ |
"deploy": "node deploy.js" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.5", | ||
"@babel/preset-env": "^7.20.2", | ||
"argparse": "^1.0.10", | ||
"babel-loader": "^9.1.0", | ||
"core-js": "^3.26.1", | ||
"css-loader": "^5.2.4", | ||
"file-loader": "^6.2.0", | ||
"monaco-editor": "latest", | ||
... | ... |