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
But I'm building a single page application, where refreshing the browser at any path will always server the same page. E.g. /a/b/c always serves the same index.html.
Because the path is relative app.js. The page cannot find the bundle. Could you add a config option to add this as absolute path? e.g. /app.js
The text was updated successfully, but these errors were encountered:
The plugin will add the bundle like
src="app.js"
.But I'm building a single page application, where refreshing the browser at any path will always server the same page. E.g. /a/b/c always serves the same index.html.
Because the path is relative
app.js
. The page cannot find the bundle. Could you add a config option to add this as absolute path? e.g./app.js
The text was updated successfully, but these errors were encountered: