Skip to content

Commit

Permalink
Update loader.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Apr 16, 2024
1 parent 38a74fd commit e7eea69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export async function LightningCssLoader(

if (postcssWithPlugins?.plugins?.length > 0) {
throw new Error(
`[${LOADER_NAME}]: experimental.useLightnintcss does not work with postcss plugins. Please remove 'useLightningcss: true' from your configuration.`
`[${LOADER_NAME}]: experimental.useLightningcss does not work with postcss plugins. Please remove 'useLightningcss: true' from your configuration.`
)
}
}
Expand Down

0 comments on commit e7eea69

Please sign in to comment.