Top "Css-loader" questions

css loader module for webpack

webpack fails "module build failed: unknown word" with webpack.config.js file

webpack does not work for me when trying to add css using the css-loader. os: Windows 10 pro, webpack: 4.8.0 node: 8.9.4 npm: 6.0.0 …

node.js wordpress webpack css-loader
Webpack style-loader / css-loader: url() path resolution not working

There are a few SO posts about style-loader and css-loader, but despite this I have not been able to find …

javascript css webpack webpack-style-loader css-loader
CSS Loader has been initialised using an options object that does not match the API schema

Production build fails with the following error: ValidationError: Invalid options object. CSS Loader has been initialised using an options object …

vue.js webpack css-loader
css-loader not importing .css file returning empty object

Importing style from css files. Returning empty object. Seems css-loader is not working correctly. Can anyone help me on this. …

reactjs webpack webpack-style-loader css-loader
React - using classNames with imported css

I'm using react and I found this awesome library that helps you define css classes for components called classNames. I'm …

css reactjs css-loader class-names
Unexpected token when trying to load css with webpack and babel

I am building a react app using Express, I tries to add a style loader/css loader to enable importing …

reactjs express webpack webpack-style-loader css-loader
Webpack 4: css-loader + file-loader to add fonts and their stylesheets in the build process

Given this setup: fonts/styles.css @font-face { family: 'MyFont'; src: url('fonts/myfont.otf'); } How can I: in my JS …

webpack css-loader webpack-file-loader
Webpack relative css url() with file-loader / css-loader

Im quite new to webpack/npm and i'm trying to get my head around how to work with css urls …

webpack css-loader webpack-file-loader
Webpack You may need an appropriate loader to handle this file type, with sue

I created my project with Webpack and using Vue.js in development, but I can't inject <style> in …

webpack vue.js css-loader vue-loader
webpack Can't resolve 'style'

I was trying to follow the simple Getting Started from (http://webpack.github.io/docs/tutorials/getting-started/). And I am …

npm webpack webpack-style-loader css-loader