-
##### **Overview of the issue**
when you run 'npm start' it displays an error with sass.
setting back following versions fixes the problem
from
"sass": "1.79.2",
"sass-loader": "16.0.1",
…
-
- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate.
### Ⅰ. Issue Description
when i execute './mvnw clean ins…
-
**To Reproduce**
Steps to reproduce the behavior:
clone the repo
cd takenote
npm i
npm run start
**Expected behavior**
it should on app on port 3000
**Actual behavior**
showed cross-en…
-
### Problem
I'm trying to include Material Design in my theme. In order to do this, I need to add the includePaths to to sass loader as follows:
`{
loader: 'sass-loader',
…
-
After installing via npm and adding `import Slider from 'vue-bulma-slider'` I get the following error:
```
ERROR in ./~/vue-bulma-slider/src/Slider.vue
Module not found: Error: Cannot resolve mo…
-
my config
`
{
loaders: [{ loader: ExtractTextPlugin.extract('style', 'happypack/loader?id=sass') }],
plugins: [new HappyPack({
```
id: 'sass',
loaders: [ 'css-loader?sourceMap&-convertValues…
-
### Link to the code that reproduces this issue
https://github.com/theblondealex/scss-reproduction
### To Reproduce
1. Clone the repo
2. Install dependencies
3. Run the dev server
4. Open the br…
-
`sass-loader` imports modules like `~module` as `node_modules/module` not `%rootPath%/module`.
-
```
What steps will reproduce the problem?
What is the expected output? What do you see instead?
OK behaviour:
1. define a SassParser config with 'load_path' => array('whatever');
2. SassParser->getL…
-
### Describe the bug
Repro: https://github.com/OffeeX/sindrom-svelt-kita
you will fiind out css being not loaded until CTRL + F5, or loaded incompletely
Have this issue only ini PRODUCTION or pre…