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
I initially integrated sbt-webpack. However, I've found that I much prefer letting webpack-dev-server handle the JS compilation when in development mode. There's a good example of how to do it in arpossatto/play-webpack-dev-react-boilerplate. It'd be nice to remove sbt-webpack and use this method instead
I initially integrated
sbt-webpack. However, I've found that I much prefer lettingwebpack-dev-serverhandle the JS compilation when in development mode. There's a good example of how to do it in arpossatto/play-webpack-dev-react-boilerplate. It'd be nice to removesbt-webpackand use this method instead