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
Is it possible for this to work when using webpack-dev-server? In my current setup I can see the stats file created in the output folder when using webpack, but when I use webpack-dev-server and visit the correct public path it just serves up my main entry, I guess because I'm using historyApiFallback... can it work?
The text was updated successfully, but these errors were encountered:
Is it possible for this to work when using webpack-dev-server? In my current setup I can see the stats file created in the output folder when using
webpack
, but when I usewebpack-dev-server
and visit the correct public path it just serves up my main entry, I guess because I'm usinghistoryApiFallback
... can it work?The text was updated successfully, but these errors were encountered: