UNPKG

872 BMarkdownView Raw
1# [rollup-plugin-css-porter](https://github.com/RJHwang/rollup-plugin-css-porter) changelog
2
3## 0.2.1 2019-03-11
4
5- Upgrade to rollup-0.47.6
6 > This is the latest supported rollup version on `0.2.x`,
7 > because from rollup-0.48.0+, the `options` param in `bundle.write(options)`, `options.dest` be renamed to `options.file`.
8 > Note that from rollup-0.38.0, you will see some test log `'Generated an empty bundle'` output to the console.
9
10## 0.2.0 2019-01-04
11
12- Support minified output only by setting option `raw=false`
13- Support raw output only by setting option `minified=false`
14- Support custom output file name by setting option `raw="custom.css"` or `minified="custom.min.css"`
15
16## 0.1.2 2017-02-23
17
18- fixed css content cache for issue#1
19- polish README.md
20
21## 0.1.1 2016-12-08
22
23- polish README.md
24
25## 0.1.0 2016-12-08
26
27- initial