angular-1-5-components-app icon indicating copy to clipboard operation
angular-1-5-components-app copied to clipboard

Missing css/styles.css reference in webpack config [es2015]

Open umdstu opened this issue 7 years ago • 0 comments

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?

umdstu avatar Aug 06 '18 18:08 umdstu