Ramiro Silveyra d'Avila
Ramiro Silveyra d'Avila
Thanks for the feedback! This is why I sent the pr so earlier π > I prefer keep using the es2015 preset rather than limiting people to node 4. This...
Looking to this https://github.com/webpack/webpack/issues/1079 it seems that include and exclude config patterns it's really confusing, it works only on the post processed chunks (not on every file like loaders). Now...
Cool I will sent another pr with that. Yes you convince me, you are right, I can't think in a use case for that feature lol
I just found this tool https://github.com/sc0rp10/stylus-to-postcss, maybe it's worth to improve it or write something like that for our migration.
We can use the npm scripts `preinstall` and `postinstall` to transform the custom gitpkg semver syntax to git deps syntax. Eg: `gitpkg:private:^1.0.0` => `[email protected]:ramasilveyra/private-registry.git#some-package-v1.5.0-gitpkg`