We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64db57 commit b3dd3dbCopy full SHA for b3dd3db
2 files changed
babel.config.js
@@ -1,11 +1,9 @@
1
module.exports = {
2
- presets: [
3
- ['@babel/preset-env', {targets: {node: 'current'}}],
4
- '@babel/preset-typescript',
5
- ],
6
- loaders: [
+ loaders: [
7
{ test: /\.js$/, loader: 'babel', query: {compact: false} }
8
-]
9
- };
10
-
11
+ ],
+ presets: [
+ ['@babel/preset-env', {targets: {node: 'current'}}],
+ '@babel/preset-typescript',
+};
package.json
@@ -36,9 +36,7 @@
36
"stream": "^0.0.2",
37
"styled-components": "^5.3.6",
38
"typescript": "^4.9.5",
39
- "vite": "^4.2.1",
40
- "web-vitals": "^2.1.4",
41
- "xml-js": "^1.6.11"
+ "web-vitals": "^2.1.4"
42
},
43
"scripts": {
44
"start": "react-scripts start",
0 commit comments