-
The wath bundle not working. I change the content of one file in a bundle and the plugin not re-build the file.
See my webpack.config **(I use webpack 5)**
```
const packages = require("./package…
-
# postcss-pxtorem
postcss-pxtorem是用来自动将px单位转为rem单位,来实现不同端间的自适应的
安装依赖:
```javascript
pnpm install postcss postcss-pxtorem -D
```
## 几种常见的使用方式
### webpack中配置
```javascript
module.ex…
-
Hi authors and contributors!
There is a runtime error occurs when using _reshadow_ with _Vuejs 3_ and its new [@vue/babel-plugin-jsx](https://github.com/vuejs/jsx-next/tree/dev/packages/babel-plug…
-
Hi there,
First of all, great plugin, I found it really handy to use in a previous gulp based setup, does exactly what it says on the tin!
I seem to be having an issue with it in Webpack 2 thoug…
-
### Description
I have a block that uses [flexslider](https://www.npmjs.com/package/flexslider). It fails to build since @wordpress/scripts version 29.0.0
Could it be related to that commit https://…
-
I have a postcss.config.js file like this:
```
module.exports = {
plugins: {
'postcss-preset-env': { },
},
};
```
What would be the best way to include `post-css-variables`? As…
-
**Describe the bug**
If I use css logical properties (as part of the `postcss-preset-env`), something like `padding-inline` is correctly transformed. Though, when I use `padding-inline-start`, the pl…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I realized a weird behavior, where `addon.keepAssets()`.... which is "eating" my newly created assets :cookie: The relevant part of my rollup config:
```
plugins: [
postcss({...}),
// ... sn…
gossi updated
2 years ago
-
**The problem that you want to solve.**
While it's not in the documentation for PostCSS, many people use the .pcss extension, especially because the PostCSS VSCode extension supports it. The PostCSS …