`@unocss/cli` warn about duplication of preset
See original GitHub issue
To reproduce, install @unocss/cli
, create uno.config.js
and add any preset then run the CLI. Warning message is always appeared in screen.
After some digging, I think loader.load()
doesn’t work correctly. It’s duplicate entries of presets
array instead of “merge” or something and that cause the problem.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
unocss/unocss: The instant on-demand atomic CSS engine.
Fully customizable - no core utilities, all functionalities are provided via presets. No parsing, no AST, no scanning, it's INSTANT (5x faster than...
Read more >@unocss/preset-attributify - npm
Start using @unocss/preset-attributify in your project by running `npm ... grouped into text="sm white" without duplicating the same prefix.
Read more >@unocss/preset-uno: Versions | Openbase
Full version history for @unocss/preset-uno including change logs. ... Support unocss config for cli - by @sudongyuer and @antfu in ...
Read more >Central Repository: org/webjars/npm
... algolia__autocomplete-preset-algolia/ ... babel-plugin-transform-es2015-duplicate-keys/ ... github-com-cgross-angular-notify/ ...
Read more >Brackets Extension Registry
This theme is based on the default look of Notepad++, very helpful for developers who ... Keywords: pastebin clipboard notify quick snippet ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Here it is: https://github.com/avxit/unocss-cli-bug
At packages/cli/src/index.ts