Stefan Jonasson
Results
2
comments of
Stefan Jonasson
An easier workaround is to manually set publicPath in the utilized webpack config: ```js dangerouslyUpdateWebpackConfig(webpackConfig, env) { if (!webpackConfig.output.publicPath) { webpackConfig.output.publicPath = "/"; } return webpackConfig; }, ```
@mattmspie @asyncLiz Any updates on this? It would be really great if this could be merged. Right now the broken source-maps really complicate things downstream and because they are broken...