mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 23:37:48 +01:00
update parcel so it actually works and doesn't crash
but still use postcss because otherwise blueprint.js doesn't compile
This commit is contained in:
16
frontend/.parcelrc
Normal file
16
frontend/.parcelrc
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"extends": "@parcel/config-default",
|
||||
"transformers": {
|
||||
"*.{ts,tsx}": [
|
||||
"@parcel/transformer-typescript-tsc"
|
||||
],
|
||||
"*.css": [
|
||||
"@parcel/transformer-postcss"
|
||||
]
|
||||
},
|
||||
"optimizers": {
|
||||
"*.css": [
|
||||
"@parcel/optimizer-cssnano"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user