Closed bulldetektor closed 7 years ago
Ok, my bad... Closing this because the error was in my gulp script. The task that copied js-files prior to the bundling was missing the return
statement so I'm guessing the file copy didn't finish before the bundling started.
I'm submitting a bug report
Please tell us about your environment:
Operating System: Windows 10
Node Version: 6.10.0
NPM Version: 4.3.0
JSPM OR Webpack AND Version JSPM 0.16.48
Browser: all
Language: ESNext
Current behavior: I'm trying to bundle js-files in a folder structure that has 5 levels, eg; js --sub1 ----sub2 ------sub3 --------sub4
My includes look like this;
"[**/js/**/*.js]"
All files in sub1, sub2 and sub3 are included, however none of my files receiding in directories at the sub4-level are included. Are there any (un-documented?) max number of directory depth for includes?
Expected/desired behavior:
I'd expect that my files in more that 4 levels down in the directory structure should be included in the bundle.