-
## The dependency [sass-loader](https://github.com/webpack-contrib/sass-loader) was updated from `7.2.0` to `7.3.0`.
🚨 [View failing branch](https://github.com/Netkata/webpack-configs/compare/master…
-
#贴上运行编译的结构,提示安装node-sass找不到,可是执行
`$ npm install -D node-sass`
后结果仍旧一样,无法运行。
`
Alecc@DESKTOP-B3EFTS2 MINGW64 /e/Vue_project/vue2.x-Cnode (master)
$ npm run dev
> vue2.0-demo@1.0.0 dev E:\Vue_p…
-
## The devDependency [sass-loader](https://github.com/webpack-contrib/sass-loader) was updated from `7.1.0` to `7.2.0`.
🚨 [View failing branch](https://github.com/matteocng/react-flag-icon-css-examp…
-
- Laravel Mix Version: 6.0.25
- Node Version (`node -v`):14.17.3
- NPM Version (`npm -v`):6.14.13
- OS: Windows 10
### Description:
Hi, for some reason even though ssl is setup correc…
-
Hey folks,
First things first. Great job you guy's are doing! I love this project, keep it up!
I just created a project in my ~/Documents directory and when everything was ready I did the 'compass w…
-
需要Upgrade sass-loader to 12.1.0 ,现在的node-sass 6.0.1 版本不兼容 sass-loader 10.1.1
-
With the current version of P:M:F:S and a recent ruby-sass from Debian I am unable to make any
'@import' statements work in a scss file. The error statement is:
```
File to import not found or unrea…
-
Using the following tech stack:
Node 18.19.0
Webpack 5.89.0
Sass 1.70.0
Sass-loader 14.0.0
I am getting this error during the webpack build:
```
ERROR in ./src/scss/style.scss (./src/sc…
-
SASS language allow us to import multiple files in on @import. For example:
```css
@import
"a/x",
"a/y"
;
```
However I'am getting this error:
`File to import not found or unreadable: a/y`…
-
I created a lot of Imba 1 miniapps like https://github.com/taw/imba-rotn
The issue is the same so let's just take this one:
* if I try to install it with original package-lock.json that used to …