-
Apologies if this is more of a usage question than a bug, I have posted [here at Stackoverflow](https://stackoverflow.com/questions/67992169/esm-library-generated-with-rollup-plugin-postcss-throws-can…
-
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…
-
Is it possible to specify which `postcss` plugins you'd like `sheetify-postcss` to use from the command line?
Currently I have the following:
`$ browserify index.js -o bundle.js -t [ sheetify/tr…
-
this is the loader i have added for postcss
```
{
test: /\.css$/,
loader: 'style-loader!css-loader!postcss-loader?sourceMap'
},
```
where do i call all other plugins
-
I am using postcss with webpack, and i want to use webpack resolver for paths like
`~@Images/svg/icon.svg`
but i guess that plugin doesnt use webpack resolver, or am i wrong?
maybe there is a p…
-
I've got this kind of information:
```
postcss-loader 😕 NOTUSED? Still using postcss-loader?
Depcheck did not find code si…
-
Running into issues with `gatsby develop` today. I believe it has to do with this `gatsby-plugin-material-ui` package or one of its dependencies.
Here is the error I get when trying to develop:
``…
-
### Rollup Version
3.7.5
### Operating System (or Browser)
windows 10
### Node Version (if applicable)
_No response_
### Link To Reproduction
https://github.com/siamahnaf198/reac…
-
Unfortunately I'm unable to get Astroturf working with Parcel and Typescript.
Without Typescript everything works fine. But with it i just get a `ReferenceError: css is not defined` execption in th…
-
**Describe the bug**
I have a component which generates a small bit of HTML which is injected into an `iframe`. The HTML contains a `style` section which the preprocessing tries to transform, yieldin…