Skip to content

Commit

Permalink
build: added build step for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiscool committed Dec 15, 2024
1 parent bdb5924 commit 4af8699
Show file tree
Hide file tree
Showing 10 changed files with 1,049 additions and 149 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ node_modules
*aiCoder/*key*
*aiCoder/backups/*
.aiCoder/*

.parcel-cache/*
dist/*
11 changes: 11 additions & 0 deletions .parcelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": "@parcel/config-default",
"transformers": {
"*.{js,jsx,ts,tsx}": ["@parcel/transformer-js"]
},
"bundler": "@parcel/bundler-default",
"packagers": {
"*.js": "@parcel/packager-js"
},
"reporters": ["@parcel/reporter-cli"]
}
Loading

0 comments on commit 4af8699

Please sign in to comment.