-
## Version **6.0.4** of [sass-loader](https://github.com/webpack-contrib/sass-loader) just got published.
Branch
Build failing 🚨
Dependency
…
-
在装sass-loader的时候,找不到node-sass。。
-
Hi @LeJeanbono this is a question in regards to the assets.
At the moment the project I am trying to get to load assets for all components with styles stored in subfolders under assets. Now I am not …
-
Error:
```
➜ school-website git:(master) ✗ npm run dev
> sms-frontend@1.0.0 dev
> NODE_ENV=development node_modules/.bin/webpack --mode develop…
ghost updated
2 years ago
-
My config: Apple M2 chipset running Sonoma 14.3 OS. node -v: 20.11.0, rpm -v: 10.2.4.
I ran into node-sass compatibility issues when building the example module. Needed to change to using dart-sass…
-
i have a simple task
```javascript
gulp.task('styles', function () {
return gulp.src(['frontend/sass/*.{scss,sass}', 'core/sass/**/*.{scss,sass}'])
.pipe(newer_sass({ dest: 'app/css' }))
.…
-
![image](https://user-images.githubusercontent.com/17168374/124814890-649c2d80-df1b-11eb-86e0-9006e7f8f0e4.png)
**Error on Chrome**
![image](https://user-images.githubusercontent.com/17168374/12481…
-
When I start the frontend, it shows the directory listing, not the application.
I dont know if this is related, but the log shows this error:
```
Child extract-text-webpack-plugin node_modules/ex…
-
1. webpack-ex 작업 디렉토리 생성 및 scaffolding
- package.json 생성 : npm init -y
![image](https://user-images.githubusercontent.com/15243588/58533274-03291100-8223-11e9-8c98-4317cb5faf43.png)
2. webpack 설정…
-
No matter how I try to import .css file with fonts on app.vue it doesn't work.
Im following this example from vue.app from [https://github.com/vuejs-templates/webpack/issues/604#issuecomment-287620…