Frontmatter
| id | 2753 |
| title | Webpack: "Automatic publicPath is not supported in this browser" |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Nov 8, 2021, 5:51 PM |
| updatedAt | Nov 8, 2021, 5:52 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2753 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 8, 2021, 5:51 PM |
There seems to be a pretty recent change (last couple of months) which now breaks the realworld demo app. I did not double-check other demos in prod.
maybe Tobias @sokra has an idea.
Adding
publicPath: ''to the output config object for main threads already seems to fix it.Edit The error did occur in Chrome.