diff --git a/webpack.config.js b/webpack.config.js index 51baf9c..5caab89 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -89,6 +89,14 @@ module.exports = { sourceMap: true, }, }, + { + loader: 'postcss-loader', + options: { + ident: 'postcss', + // eslint-disable-next-line global-require + plugins: [require('autoprefixer')()], + }, + }, 'resolve-url-loader', 'sass-loader', ],