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 William Monk
parent 3fa1499dd3
commit e12710bb5f
2 changed files with 0 additions and 2 deletions

View File

@@ -205,7 +205,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({

View File

@@ -207,7 +207,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({