Uh oh!
There was an error while loading. Please reload this page.
feat: extends support - #499
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
atinux
commented
Jul 12, 2022
Agree for an edge release to beta test this! |
I do not think extending external Extending support is also a good idea but please note that the current implementation is using undocumented |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: pooya parsa <pyapar@gmail.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
@atinux ; published |
atinux
commented
Jul 13, 2022
I believe this one is still an improvement in term of DX for theme author since a tailwind.config is needed for Intelissense to work. |
Uh oh!
There was an error while loading. Please reload this page.
bmulholland
commented
Jul 14, 2022
This did not resolve #500, which is still an open issue on 5.3.0 |
This part has been moved into nuxt/content#1351
The PR now resolves#498 and #488 by providing support for
extendslayers in the configPath resolving.It should also resolve#500, that has been introduced by
5.2.0.configPathkey now supports:configPath: 'my-config/tailwind.config'configPath: ['my-configs/tailwind.config', ...]These ultimately gets resolved and merged layer-by-layer using
defu.This PR updates the structure of the
module.tsfile to allow such resolving, so should be reviewed with care.I checked it myself and can't see any breaking changes, but I would appreciate anyone with some time to review it.
Maybe we could consider making an
edgerelease for this branch @atinux ?