Skip to content

Commit

Permalink
Clean config (#732)
Browse files Browse the repository at this point in the history
* Clean config

* Move to dev section
  • Loading branch information
mbraak authored Sep 17, 2023
1 parent 796a25e commit 4e306cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@rollup/plugin-terser": "^0.4.0",
"@types/escape-html": "^1.0.2",
"@types/jest": "^29.5.0",
"@types/mime": "^3.0.1",
"@types/picomatch": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
Expand All @@ -51,7 +52,6 @@
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@types/mime": "^3.0.1",
"core-js": "^3.24.1",
"escape-html": "^1.0.3",
"eventemitter3": "^5",
Expand Down
3 changes: 1 addition & 2 deletions frontend/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ const plugins = [
babel({
babelHelpers: "runtime",
configFile: babelConfigFile,
extensions: [".js", ".ts"],
exclude: ["node_modules/core-js/**", "node_modules/**/core-js*/**"]
extensions: [".js", ".ts"]
})
];

Expand Down

0 comments on commit 4e306cf

Please sign in to comment.