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 checked out the project and am really exited about contributing but ran into problems with webpack. Has anyone else seen anything similar when trying to run the project?
./bin/webpack-dev-server
10% building modules 2/2 modules 0 active
Project is running at http://localhost:3035/
webpack output is served from http://localhost:8080/packs/
Content not from webpack is served from /*****/backpacker/public/packs
404s will fallback to /index.html
78% advanced chunk optimization/********/Projects/backpacker/node_modules/@rails/webpacker/node_modules/extract-text-webpack-plugin/dist/index.js:188
chunk.sortModules();
^
TypeError: chunk.sortModules is not a function```
The text was updated successfully, but these errors were encountered:
Hey gang!
I checked out the project and am really exited about contributing but ran into problems with webpack. Has anyone else seen anything similar when trying to run the project?
The text was updated successfully, but these errors were encountered: