PatrickJS/NG6-starter

implement post-css

prajkt-yeole opened this issue · 1 comments

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

fesor commented

Yep, postcss + autoprefixer is totally needed.