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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user