Open mariolo1985 opened 5 years ago
Hi, I am available to fix this one. Should I go ahead?
Hello @sureife - if you are still available, please go ahead 👍 thanks!
Thanks @mariolo1985
@sureife Are you still interested in fixing this one? You can also go ahead and tackle #163 and #147 if you want
extract-text-webpack-plugin
is being used in webpack.prod.js and webpack.common.js but is not included as a dependency.Expected Behavior
When installing dependencies,
extract-text-webpack-plugin
should be installed as a devDependencies.Current Behavior
Possible Solution
Include
extract-text-webpack-plugin
as a dependecy.Steps to Reproduce (for bugs)
npm install
npm run build
Context
Unable to run build command.
Your Environment