We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ba60d commit b3eedc6Copy full SHA for b3eedc6
1 file changed
src/Main.mjs
@@ -253,7 +253,7 @@ class Main extends core.Base {
253
254
// we need different publicPath values for the main thread inside the webpack based dist envs,
255
// depending on the hierarchy level of the app entry point
256
- if (config.environment !== 'development') {
+ if (config.environment === 'dist/development' || config.environment === 'dist/production') {
257
__webpack_require__.p = config.basePath.substring(6)
258
}
259
0 commit comments