webpack no need for ident if using complex options anymore (#2430)

Since `v2.2.1` of webpack the need for `ident` for complex options is no longer required. See

https://webpack.js.org/guides/migrating/#complex-options
This commit is contained in:
Andy Kenward
2017-06-26 17:31:25 +01:00
committed by Dan Abramov
parent a7d31d9fa8
commit 43d0307bc1
2 changed files with 0 additions and 2 deletions

View File

@@ -223,7 +223,6 @@ module.exports = {
{
loader: require.resolve('postcss-loader'),
options: {
ident: 'postcss', // https://webpack.js.org/guides/migrating/#complex-options
plugins: () => [
require('postcss-flexbugs-fixes'),
autoprefixer({