Skip to content

Commit

Permalink
Add to default config
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed May 18, 2023
1 parent 929af3b commit 9c68983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/configs/default/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"*.svg": "@parcel/packager-svg",
"*.{xml,rss,atom}": "@parcel/packager-xml",
"*.ts": "@parcel/packager-ts",
"*.wasm": "@parcel/packager-wasm",
"*.{jsonld,svg,webmanifest}": "@parcel/packager-raw-url",
"*": "@parcel/packager-raw"
},
Expand Down
1 change: 1 addition & 0 deletions packages/configs/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@parcel/packager-js": "2.8.3",
"@parcel/packager-raw": "2.8.3",
"@parcel/packager-svg": "2.8.3",
"@parcel/packager-wasm": "2.8.3",
"@parcel/reporter-dev-server": "2.8.3",
"@parcel/resolver-default": "2.8.3",
"@parcel/runtime-browser-hmr": "2.8.3",
Expand Down

0 comments on commit 9c68983

Please sign in to comment.