developit / developit/microbundle

Add `to` option to `rollup-plugin-postcss`

未关闭
#1,002 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
CSS
主要语言
JavaScript
星标
8.1k
派生
358
PR 合并指标
30 天内没有已合并 PR

描述

I'm trying to use the [`postcss-url`](https://github.com/postcss/postcss-url) plugin to copy fonts that are imported by my CSS into the build directory. In order for it to work properly it requires the [`to`](https://github.com/egoist/rollup-plugin-postcss#to) option for `rollup-plugin-postcss` to be set.

I was able to get it working locally by setting `to: absMain.replace(EXTENSION, '.css')` here:
https://github.com/developit/microbundle/blob/22187fba8a2d404a9f3dc5db357e243cd45e8479/src/index.js#L495-L498

This is the `postcss.config.js` I'm trying to use:

```js
module.exports = {
plugins: {
'postcss-url': {
url: 'copy',
basePath: '.',
assetsPath: '',
useHash: false,
},
},
};
```

Happy to provide more details, and thanks for your efforts on this great project!

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。