angular-1-5-components-app
angular-1-5-components-app copied to clipboard
Missing css/styles.css reference in webpack config [es2015]
In webpack.confg.js you reference a
const extract = { styles: new extractPlugin('css/styles.css') }
but there is no styles.css file generated during the npm run start process.
Is there something missing?