File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 33
44## Breaking Changes
55- Uses https://github.com/michael-ciniawsky/postcss-load-config for config files. Dropped support for the v2 config file format.
6+ - Can't set input files in config file; pass input files on the command line instead.
67- ` --use ` accepts a list of plugins. This may cause issues if you have your list of css files at the end of your command.
78- Can't pass options to plugins via ` --plugin.key=value ` anymore, use a config file.
89- Changed usage of the ` --map ` option; use ` --map ` for external sourcemaps, ` --no-map ` to disable all maps. Inline sourcemaps are default.
9- - Writes to stdout if neither ` -o ` , ` --dir ` , or ` --replace ` is set .
10+ - Removed ` --log ` flag; this behavior is now default .
1011- Removed the ` --local-plugins ` flag; same result can be achieved with ` postcss.config.js ` .
1112- Removed the global ` watchCSS ` handler, plugins that import/rely on other files should use a ` dependency ` message instead.
1213
You can’t perform that action at this time.
0 commit comments