NG6-starter
NG6-starter copied to clipboard
implement post-css
this is the loader i have added for postcss
{
test: /\.css$/,
loader: 'style-loader!css-loader!postcss-loader?sourceMap'
},
where do i call all other plugins
Yep, postcss + autoprefixer is totally needed.