Open kevinxh opened 2 weeks ago
This would be extremely valuable, as it opens to a broader set of different configurations when setting up the project in a monorepo. I hope the team will also consider the 2.x.x versions for this upgrade (most folks are still on them!).
Is your feature request related to a problem? Please describe.
Note: this isn't about the pwa-kit monorepo, it's about making customer projects to support monorepo.
The
pwa-kit-dev
CLI commands is not compatible with other node dependency managers likepnpm
. Thebuild
andstart
command have hardcoded paths to specific dependencies like webpack and babel-node.or
const webpack = p.join(require.resolve('webpack'), '..', '..', '..', '.bin', 'webpack')
Describe the solution you'd like
Support common node monorepo toolings / dependency managers like
pnpm
.