Open prajkt-yeole opened 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
Yep, postcss + autoprefixer is totally needed.
this is the loader i have added for postcss
where do i call all other plugins