NG6-starter icon indicating copy to clipboard operation
NG6-starter copied to clipboard

implement post-css

Open prajkt-yeole opened this issue 9 years ago • 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

prajkt-yeole avatar Dec 30 '16 05:12 prajkt-yeole

Yep, postcss + autoprefixer is totally needed.

fesor avatar Dec 30 '16 14:12 fesor