-
`Error: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
@import "../scss/card";
^
Semicolons aren't allowed in the indented syntax.
╷
213 │ @…
-
Hello,
my angular2 project is starting to look great, but I have a problem structuring my SCSS files.
I have one external scss file for each of my angular components and I would like them to import …
-
I'm using normalize-scss (typey-chroma-kss fork) in a project. I didn't install the lib, just copied the relative sass folders into my project.
When I built the project I get error imports with a f…
-
cnpm install后
npm run dev 报错:
ERROR in ./src/assets/css/theme-default.scss (./node_modules/_css-loader@0.28.11@css-loader!./node_modules/_postcss-loader@2.1.6@postcss-loader/lib!./node_modules/_sass…
-
I have installed the latest version of nuxtjs/vuetify (1.12.3) and running into an issue with sass loader for the past several hours. Even after installing the latest versions of sass and sass-loader,…
-
Hello,
I have a problem with Jest, when I run a test I have this error:
Cannot find module 'sass-extract-loader?{"plugins": ["sass-extract-js"]}!./theme/variables.scss' from 'index.tsx'
My co…
-
Entrypoint main = js/main.bundle.js
[0] multi (webpack)-dev-server/client?http://localhost:8080 @babel/polyfill ./src/index.jsx 52 bytes {main} [built]
[./node_modules/@babel/polyfill/lib/index.js] …
-
This is probably quite similar to insin/nwb-stylus#2 - the [`sass-loader` README](https://github.com/jtangelder/sass-loader#problems-with-url) mentions needing to chain `resolve-url-loader` if you wan…
insin updated
5 years ago
-
Hi,
I am getting this when I use scss loader in webpack.
```
loaders: [{
test: /\.(js|jsx)$/,
exclude: /(node_modules|prism\.js)/,
loader: 'babel-loader'
}, {
t…
-
`C:\repos>git clone https://github.com/dimsemenov/Magnific-Popup.git`
`Cloning into 'Magnific-Popup'...`
`remote: Counting objects: 1593, done.`
`remote: Total 1593 (delta 0), reused 0 (delta 0), pack…