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
Create webpack.config.js and add webpack to dependencies
- The webpack configuration will build the client-side bundle
to `public` directory
- Add webpack to dependencies to ensure it's installed
(we shouldn't assume that it's installed globally)
0 commit comments