summaryrefslogtreecommitdiff
path: root/.parcelrc
blob: 7803cc2c95a4ad0ac353a1a9fda0b06bbdd823f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": "@parcel/config-default",
  "resolvers": [
    "./build-system/parcel-resolver.cjs",
    "..."
  ],
  "namers": [
    "./build-system/parcel-namer.cjs",
    "..."
  ]
}