import-glob-loader icon indicating copy to clipboard operation
import-glob-loader copied to clipboard

Globbing preloader for Webpack

Results 15 import-glob-loader issues
Sort by recently updated
recently updated
newest added

Currently getting the following on npm install using import-glob-loader with webpack ``` Severity: critical Prototype pollution in webpack loader-utils - https://github.com/advisories/GHSA-76p3-8jx3-jpfq No fix available node_modules/import-glob-loader/node_modules/loader-utils import-glob-loader * Depends on vulnerable...

How does one get all files that start with an underscore? i tried **/_?*.js This results in an error.

If a new sass file is added, webpack dosn't load that file! I have to restart webpack

I spend nearly two hours trying to figure out why import-glob-loader was not working for me, it turns out that having this structure does not work: ``` webpack.js require('style!css!sass!import-glob!foo/bar.scss') ```...

I'm setting up a bunch of projects: - all of the projects that have any styles ahve sass sources and use node-sass to compile them - most of the project...

Can't seem to get this to work with Webpack 3.3.0, it keeps saying `File to import not found or unreadable: ./bike-components/**/*.scss`. I have a styles.scss file, in which i import...

PLease Add license file.

Is there any way this could use the internal webpack require system? It looks like you're doing that manually, but this means you get none of the potential path/plugin manipulation...

'use strict'; module.exports = grunt => { grunt.initConfig({ sass: { options: { outputStyle: 'expanded' }, compile: { files: { 'iweb/style.css': 'sass/style.scss', // 'test/tmp/compile2.css': 'test/fixtures/imported.scss' } }, includePaths: { options: {...