Move LWC to peer dependency
Closed this issue · 0 comments
nolanlawson commented
Right now lwc-webpack-plugin
relies on explicit versions of LWC:
lwc-webpack-plugin/package.json
Lines 36 to 41 in 7e9cbc5
These should be moved to peerDependencies
, because consumers of this plugin should be able to use whatever version of LWC they want, as long as it's compatible (2.x
basically).
Note that this would be a breaking change.