I am attempting to add the LWCWebpackPlugin to my webpack config (lwc-preset-framework) to add framework support to storybook, however when I debug the generated webpack-config, I am not seeing the plugin in the output of my webpack config as expected?
Do you have any ideas? A similar solution is represented here ( but this is overriding the entire webpack config for an individual project)