Skip to content

Commit

Permalink
Rmeove unnecessary files from parcel bundle (#219)
Browse files Browse the repository at this point in the history
* finished removing unnecessary files from parcel bundle

Co-authored-by: Boyuan Deng <[email protected]>
  • Loading branch information
Boyuan-Deng and Boyuan Deng authored Jul 19, 2022
1 parent 84ee03f commit 4fd0e71
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/ui/app/.parcelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "@parcel/config-default",
"resolvers": ["parcel-resolver-ignore", "..."]
}
23 changes: 23 additions & 0 deletions src/ui/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions src/ui/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@parcel/css": "^1.10.0",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^4.17.0",
Expand All @@ -54,9 +55,12 @@
"eslint-plugin-unused-imports": "^1.1.5",
"os-browserify": "^0.3.0",
"parcel": "2.6.0",
"@parcel/css": "^1.10.0",
"parcel-resolver-ignore": "^2.1.3",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"typescript": "^3.9.10"
}
},
"parcelIgnore": [
"^refractor\/lang\/(?!python.*\\.js$)"
]
}

0 comments on commit 4fd0e71

Please sign in to comment.