-
### Describe the bug
When running `vite build` with a `postcss.config.cjs` file in the project, I would expect `postcss` plugins to run before the final `style.css` file is created in `dist/`.
E…
-
Is there a way to control the order of css imports?
In my `app.js` I have:
```
import './assets/css/bootstrap.scss';
import layout_a from './layouts/layout-a.vue'; // contains section
impor…
-
We can easily make Vuestic as rollup/vite plugin. It gives more control of user development experience with compilation step.
Features:
- CSS layers (I've done it before) - fix for issues when vue…
-
Could you help me with Vite build?
[https://stackblitz.com/edit/vitejs-vite-nw1aqw?file=vite.config.js](https://stackblitz.com/edit/vitejs-vite-nw1aqw?file=vite.config.js)
```
Uncaught TypeErro…
-
- Rollup Version: 2.22.1
- Operating System (or Browser): Windows/Linux
- Node Version (if applicable):
- Link to reproduction (IMPORTANT, read below):
Inside a plugin when calling `Arra…
-
Hello, i tried to get HMR working on my project by moving the rollup config from this repo to my project
```js
import svelte from 'rollup-plugin-svelte';
import commonjs from '@rollup/plugin-comm…
-
The dependencies needing updated post v5:
`yarn outdated`
```log
@fortawesome/free-brands-svg-icons 5.14.0 5.15.4 6.4.0 @patternfly/react-icons devDependencies https:/…
-
Hello,
I am trying to use this plugin without "injecting" CSS in JS.
I tried this, but it did not work:
```javascript
styles({
include: ['./src/css/style.css'],
mode: ['extract', 'styl…
mogoh updated
3 years ago
-
Users should be able to opt-in to polyfilling css modules / import assertions, rather than getting the css-tagged-literal version
A later breaking version would switch it to opt-out (i.e., users wo…
-
Hi, Using this integration but I noticed it is not possible to set a nonce to be compliant on the CSP policies.
Is there any way to set the nonce to the inline style?
```
```
More info: https:…