webpack-sass-glob-importer

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i webpack-sass-glob-importer

Weekly Downloads

9

Version

1.0.1

License

MIT

Unpacked Size

4.01 kB

Total Files

4

Last publish

Collaborators

  • thisismx