-
Version
node: 'v20.11.0', npm: '10.2.4'
Environment info
"sass-loader": "^10.5.2",
"svg-url-loader": "^7.1.1",
"svgxuse": "^1.2.6",
"to-css": "^1.2.1",
"v-calendar": "^1…
-
Can't seem to get this to work with Webpack 3.3.0, it keeps saying `File to import not found or unreadable: ./bike-components/**/*.scss`. I have a styles.scss file, in which i import 'bike-components…
-
I have converted my angular (v4) webpack (v3) over to use HappyPack and the build time has gotten MUCH faster so thank you for that.
However, I have gotten things to build and the initial module lo…
-
## The Issue
I'm facing an issue when using the importer with a return value of `{ contents: '…' }`. For me it looks like content of imports are placed after the content of the processed file. The …
-
I previously opened this issue in libsass.
https://github.com/sass/libsass/issues/638
@mgreter made changes to API in libsass.
When can we expect this in node-sass ?
-
Currently uses node 14
-
#### Found an issue or bug with electron-vue
After using the command to create a project, execute the command to install the package normally, and let it run after debugging without modifying any c…
-
Using this boilerplate in conjunction with puppeteer and trying to use it (page.evaluate and iterate over something), results in following error:
```
┏ Electron -------------------
(node:9814…
-
When using the plugin with options.outputFormat === humanVerbose, it shows me the range like the following:
```
css-loader, and
sass-loader took 57,290 ms
median = 27,161 ms
mean …
-
Hi,
I'm currently using sass to style my components. I have a variable.scss that I'd like to automatically add to every scss file, so I don't have to manually add it everywhere.
This is my rollu…