Skip to content

maximilianschmidt/webpack-sass-glob-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-sass-glob-importer

npm version

A custom loader for Webpack that allows glob import in Dart Sass.

Installation

npm install --save-dev webpack-sass-glob-importer

Then add the plugin to your webpack config. For example:

webpack.config.js

module.exports = {
  module: {
    rules: [
      {
        test: /\.scss$/i,
        use: ["webpack-sass-glob-importer"],
      },
    ],
  },
};

License

MIT

About

A custom loader for Webpack that allows glob import in Dart Sass

Resources

License

Stars

Watchers

Forks