v1.1.0
Package: @taskr/postcss
- Automatically auto-load config from traditional PostCSS locations: #284
- a
.postcssrc
file (JSON-type only) - the "postcss" key inside
package.json
- a
postcss.config.js
file (Object or Function type) - a
.postcssrc.js
file (Object or Function type)
- a
Package: @taskr/esnext
- Now transforms
import
statements 🎉 #290- All docs & acceptable formats available at
rewrite-imports
- All docs & acceptable formats available at
Patches
- Update
taskr/cli.js
code style: 49a69ef