rsnext/test/integration/css-fixtures/bad-custom-configuration/.postcssrc.json
JJ Kasper 01b7c576b4 Breakup CSS test suite (#9715)
* Breakup CSS test suite

* De-dupe next.config.js for css-fixtures
2019-12-11 18:39:09 -05:00

13 lines
325 B
JSON

{
"sourceMap": false,
"plugins": {
"postcss-modules-extract-imports": {},
"postcss-modules-local-by-default": {},
"postcss-modules-scope": {},
"postcss-modules-values": {},
"postcss-modules": {},
// Test a non-standard feature that wouldn't be normally enabled
"postcss-short-size": {}
}
}