mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-28 11:28:12 +08:00
Remove rednudant "local-plugins" settings
These have been around forever (c1d4a0dd28
) and don't seem to do much nowadays
except make modern versions of the loader unhappy.
This commit is contained in:
parent
99974e4099
commit
78f3c26357
@ -364,7 +364,6 @@ module.exports = (env, argv) => {
|
|||||||
require("postcss-preset-env")({ stage: 3, browsers: "last 2 versions" }),
|
require("postcss-preset-env")({ stage: 3, browsers: "last 2 versions" }),
|
||||||
],
|
],
|
||||||
"parser": "postcss-scss",
|
"parser": "postcss-scss",
|
||||||
"local-plugins": true,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -434,7 +433,6 @@ module.exports = (env, argv) => {
|
|||||||
require("postcss-preset-env")({ stage: 3, browsers: "last 2 versions" }),
|
require("postcss-preset-env")({ stage: 3, browsers: "last 2 versions" }),
|
||||||
],
|
],
|
||||||
"parser": "postcss-scss",
|
"parser": "postcss-scss",
|
||||||
"local-plugins": true,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user