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
Firstly, realy thanks for this amazing work!
It's runing smoothly in the development environment.
There is a only dev environment server proxy and a comment for production purposes in "Webpack.config.js". https://github.com/me-12/single-spa-portal-example/blob/master/portal/webpack.config.js
// Proxy config for development purposes. In production, you would configure you webserver to do something similar.
proxy: {
"/app1": {
target: "http://localhost:9001",
pathRewrite: {"^/app1" : ""}
},.....................................................
Can you give an idea about how can i configure web server to do something similar?
Or is there another way?
Thanks,
Türenç.
The text was updated successfully, but these errors were encountered:
Hi,
Firstly, realy thanks for this amazing work!
It's runing smoothly in the development environment.
There is a only dev environment server proxy and a comment for production purposes in "Webpack.config.js".
https://github.com/me-12/single-spa-portal-example/blob/master/portal/webpack.config.js
// Proxy config for development purposes. In production, you would configure you webserver to do something similar.
proxy: {
"/app1": {
target: "http://localhost:9001",
pathRewrite: {"^/app1" : ""}
},.....................................................
Can you give an idea about how can i configure web server to do something similar?
Or is there another way?
Thanks,
Türenç.
The text was updated successfully, but these errors were encountered: