nx-plus
nx-plus copied to clipboard
Support vue-cli@5
vue-cli@5 is stable now and @nx-plus/vue
should drop support of vue-cli@4 and switch to 5.
+1, would be nice because vue-cli depends on some older versions of autoprefixer which in the end depends on postcss 7 and I need postcss 8 to upgrade from Tailwind 2 to 3.
This would be fantastic, have a couple of dependencies just waiting for vue-cli@5
Hi, I've forked your fantastic repository and updated vue-cli to version 5. It looks like there's no more need to overwrite chalk colors at first glance. I've dropped custom cache directories as well. From a first impression it looks good enough, I didn't test it much tbh. Please let me know if this looks good enough to open a PR discussion. show diff
kind regards, Sebastian
@basti1253 Thanks for looking into this! I looked through your changes and they make sense so go ahead and open a PR. There are a few more deps I think we need to update so we are more in line with vue-cli but we can address those in the PR you open.
I'd like to create a migrations script as well so users get their deps bumped automatically but if you're not familiar with those I can follow that up once we get your changes in
I'd like to create a migrations script as well so users get their deps bumped automatically but if you're not familiar with those I can follow that up once we get your changes in
Good catch. I'll take a look (hopefully on friday) and prepare the PR then. I've already update all dependencies locally when using babel,typescript and eslint.
Hey guys, any updates on the PR?
@ZachJW34 @basti1253 can we expect this anytime soon?
@basti1253 would help very much if you can find the time to prepare the PR, so @ZachJW34 can review and work on the migrations.
I have recently published @nx-plus/[email protected] which now uses vue-cli v5 (webpack 5). I haven't published any docs/migrations yet but if you're curious you can try it out! It requires v15 of Nx.
I'm going to be working over the next week to write some docs and migrations so stay tuned!
@ZachJW34 do you plan to update @nx-plus/nuxt as well?
@ZachJW34 any update on the docs/migrations?