Skip to content

Commit 7ada003

Browse files
committed
Use unpkg instead of skypack
skypack seems to break the url for the wasm file
1 parent e6bc8b8 commit 7ada003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ You can also configure Parcel CSS in the `package.json` in the root of your proj
120120
The `@parcel/css-wasm` package can be used in Deno or directly in browsers. This uses a WebAssembly build of Parcel CSS. Use `TextEncoder` and `TextDecoder` convert code from a string to a typed array and back.
121121

122122
```js
123-
import init, {transform} from 'https://cdn.skypack.dev/@parcel/css-wasm';
123+
import init, {transform} from 'https://unpkg.com/@parcel/css-wasm';
124124

125125
await init();
126126

0 commit comments

Comments
 (0)