-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nuxt): disable postcss plugin calc to resolve issue caused by ony…
…x using the calc-constant infinity (#1261) Building a nuxt project using the module would just hang up due to an issue within the postcss plugin "calc" used by nanocss which is used by nuxt's default postcss config. This fix simply disables the plugin for nuxt projects using the module for now. An issue was created for the postcss plugin (see: postcss/postcss-calc#210)
- Loading branch information
1 parent
0e5225f
commit 585f2f5
Showing
3 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@sit-onyx/nuxt": patch | ||
--- | ||
|
||
fix build issue in nuxt projects using @sit-onyx/nuxt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ blob-report/ | |
storybook-static | ||
eslint-results.sarif | ||
.nuxt | ||
.output | ||
|
||
# Development config | ||
.env* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters