We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
await
1 parent a408d30 commit 2e57858Copy full SHA for 2e57858
1 file changed
src/loader.ts
@@ -25,7 +25,7 @@ export async function ParcelCssLoader(
25
const transform = implementation?.transform ?? _transform
26
27
try {
28
- const { code, map } = await transform({
+ const { code, map } = transform({
29
filename: this.resourcePath,
30
code: Buffer.from(source),
31
sourceMap: this.sourceMap,
0 commit comments