salesforce / lwc-webpack-plugin

Plugin to use LWC within Webpack
https://lwc.dev
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

chore: remove stylesheetconfig #35

Closed ekashida closed 11 months ago

ekashida commented 11 months ago

This config has since become a noop

nolanlawson commented 11 months ago

Technically is is a breaking change if someone is using lwc v2 with lwc-webpack-plugin and expecting to still be able to pass in the stylesheetConfig.

I'm fine with releasing this as a breaking change for lwc-webpack-plugin. We could also take this opportunity to bump the peerDependencies to v5.

ekashida commented 11 months ago

Thanks for catching that. Let's continue supporting v2 for now. I removed the config when undefined to avoid the deprecation warning.