You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I've been working with the app-config-webpack plugin a good amount trying to get it to play nice with NextJS.
While I've found a few ways to get the config values from the server to the client, It would be ideal if we could get the config loaded into the bundle as a module. This way Next will send it to the client alongside the rest of the code and it can be imported as any other module would be.
Proposing a new app-config-next package spun off app-config-webpack.
Hey! I've been working with the
app-config-webpack
plugin a good amount trying to get it to play nice with NextJS.While I've found a few ways to get the config values from the server to the client, It would be ideal if we could get the config loaded into the bundle as a module. This way Next will send it to the client alongside the rest of the code and it can be imported as any other module would be.
Proposing a new
app-config-next
package spun offapp-config-webpack
.Linking this issue: #210
The text was updated successfully, but these errors were encountered: