Skip to content

Commit

Permalink
upgrade parcel to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
magicznyleszek committed Aug 6, 2024
1 parent 0917adb commit a9e40a7
Show file tree
Hide file tree
Showing 7 changed files with 10,209 additions and 24,098 deletions.
2 changes: 0 additions & 2 deletions .browserslistrc

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm-debug.log
Thumbs.db

# Parcel
.cache
.parcel-cache
dev
public

Expand Down
9 changes: 9 additions & 0 deletions .parcelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "@parcel/config-default",
"transformers": {
"source/icons/*.svg": ["parcel-transformer-svg-sprite"]
},
"packagers": {
"*.html": "parcel-packager-svg-sprite"
}
}
Loading

0 comments on commit a9e40a7

Please sign in to comment.