1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-25 17:51:17 -04:00

babel-minify -> terser via webpack

This commit is contained in:
2021-06-27 11:03:36 -04:00
parent fde728bf22
commit 23aeb2fab1
6 changed files with 50 additions and 323 deletions

View File

@@ -7,13 +7,9 @@
"plugins": [
"prettier"
],
"parser": "@babel/eslint-parser",
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module",
"babelOptions": {
"configFile": "./babel.config.json"
}
"sourceType": "module"
},
"env": {
"browser": true,