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
{{ message }}
This repository was archived by the owner on Nov 29, 2020. It is now read-only.
Just downloaded the boilerplate and it broke on npm start with extract-text-webpack-plugin, relating to absolute vs. relative path issue noted here: webpack-contrib/extract-text-webpack-plugin#536
Details
Update version number in package.json, reinstall node_modules, and everything works fine. Just a heads up.
The problem
Just downloaded the boilerplate and it broke on npm start with extract-text-webpack-plugin, relating to absolute vs. relative path issue noted here: webpack-contrib/extract-text-webpack-plugin#536
Details
Update version number in package.json, reinstall node_modules, and everything works fine. Just a heads up.