-
Hey 👋
Current css extraction can't extract css file outside of directory with created bundle.
If you are lucky to use `output.file` with path `js/app.js`, it's impossible to move css file outsi…
-
Comments are not getting stripped for me with this postcss.config.js:
```js
const cssDependencies = [
{ type: 'dir', dir: 'app/assets/stylesheets/utility' },
{ type: 'dir', dir: 'app/assets/…
-
Would you mind if i took an attempt to port this as an PostCSS plugin? I know [postcss-quantity-queries](https://github.com/pascalduez/postcss-quantity-queries) exists but this offers a lot more than …
-
Hi.
I got this error:
```
[!] Error: 'toASCII' is not exported by node_modules/punycode/punycode.js
https://github.com/rollup/rollup/wiki/Troubleshooting#name-is-not-exported-by-module
node_mod…
-
I tried to set simple vars as CSS variable, but it doesn't work:
```css
$blue: #056ef0;
:root{
--color: $blue;
}
```
It will gives an error like this:
```
Syntax Error: SyntaxErro…
-
Hi, first of all thanks for the tools. It help me to scaffold my web-component project easily.
All is working fine (demoing, testing, etc) until there's a need for me to import `CSS` or `SCSS` file…
-
I got the error while running
`node2nix --development -l package-lock.json`
The package-lock.json was generated with node 16.3.0
Here is the package.json
package.json!
```
{
"name":…
-
Hi, I can't use your plugin using Webpack 5 Asset Modules to treat Svg: the final Svg remains untouched, here it is my confguration:
```
const webpack = require('webpack');
const HtmlWebpackPlu…
-
## CVE-2021-23368 - Medium Severity Vulnerability
Vulnerable Library - postcss-7.0.32.tgz
Tool for transforming styles with JS plugins
Library home page: https://registry.npmjs.org/postcss/-/postcss…
-
I apologize for asking this question.
Now this loader has several unresolved issues related to webpack 5.x (https://github.com/peerigon/extract-loader/issues/102, https://github.com/peerigon/extra…