PatrickJS / NG6-starter

:ng: An AngularJS Starter repo for AngularJS + ES6 + Webpack
https://angularclass.github.io/NG6-starter
Apache License 2.0
1.91k stars 1.35k forks source link

implement post-css #204

Open prajkt-yeole opened 7 years ago

prajkt-yeole commented 7 years ago

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 7 years ago

Yep, postcss + autoprefixer is totally needed.