angular-fullstack / generator-angular-fullstack

Yeoman generator for an Angular app with an Express server
https://awk34.gitbook.io/generator-angular-fullstack
6.13k stars 1.24k forks source link

fix(app): fix webpack.make.js typos #2700

Closed albert-92 closed 6 years ago

albert-92 commented 6 years ago

Fixed two comma typos in webpack.make.js which caused problems when calling npm run start:client on some node/npm versions

albert-92 commented 6 years ago

If i find small bugs like this one for example, is it ok to create a pull request? Or should i wait till i have more than just 1 or 2 changes and start a pull request then?

Awk34 commented 6 years ago

Feel free to submit as small of a PR as is needed

Awk34 commented 6 years ago

I wouldn't really call these typos, though..