Snowpack for Microfrontend Apps #1064
-
I am currently developing a microfrontend application with a root app and several client apps. To build the client apps, I use the below configuration (webpack.config.js). Two points are essential:
I couldn't find in the documentation a hint how to do this with the current version of Snowpack. My current webpack.config.js
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Interesting! Conceptually I don't think there's anything stopping you, just use Snowpack "@snowpack/plugin-svelte" and "@snowpack/plugin-webpack". In the readme for our webpack plugin, you can find documentation on a hook to configure the webpack config object directly. |
Beta Was this translation helpful? Give feedback.
Interesting! Conceptually I don't think there's anything stopping you, just use Snowpack "@snowpack/plugin-svelte" and "@snowpack/plugin-webpack".
In the readme for our webpack plugin, you can find documentation on a hook to configure the webpack config object directly.