Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glob imports on imported files as well #6

Open
gforcada opened this issue Jan 26, 2017 · 8 comments
Open

glob imports on imported files as well #6

gforcada opened this issue Jan 26, 2017 · 8 comments

Comments

@gforcada
Copy link

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')
bar.scss

@import "more_foo"
more_foo.scs

@import "stuff/*"

Should that be documented on the README or rather it should be fixed?

@Aintaer
Copy link
Owner

Aintaer commented Jan 26, 2017

It ought to work but I'll have to take a look

@EBMike
Copy link

EBMike commented Feb 16, 2017

I'm glad I saw this issue, I've spent an hour trying to figure out why my imported file was not globbing correctly.

@renegus
Copy link

renegus commented Apr 5, 2017

+1 I'm having the same issue

@DmitryTurovtsov
Copy link

+1

@Kcharle
Copy link

Kcharle commented Jul 4, 2017

So what is the fix? I can't figure out how to get this working with laravel webpack

@MXTcomunica
Copy link

Same issue here: "child" @import within subfolder does not work.

@jfleblanc
Copy link

+1

@donquixote
Copy link

This does work with 'node-sass-globbing' and gulp.

From my current understanding, node-sass-globbing is not working with webpack?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants