Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Switch to parcel from vite
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Jul 11, 2022
1 parent 8193754 commit 6516087
Show file tree
Hide file tree
Showing 11 changed files with 10,131 additions and 6,889 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

.parcel-cache
node_modules
dist
dist-ssr
Expand Down
6 changes: 6 additions & 0 deletions .parcelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "@parcel/config-default",
"transformers": {
"*.svelte": ["parcel-transformer-svelte3-plus"]
}
}
5 changes: 5 additions & 0 deletions .postcssrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"plugins": {
"tailwindcss": {}
}
}
Binary file added images/mica.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 0 additions & 8 deletions interface/svelte.config.js

This file was deleted.

12 changes: 0 additions & 12 deletions interface/vite.config.js

This file was deleted.

110 changes: 0 additions & 110 deletions interface/windows/codes.svelte

This file was deleted.

Loading

0 comments on commit 6516087

Please sign in to comment.