javascript - Importing es6 modules with a globbing patterns in browserify -


i have bunch of modules want import main file (im working browserify).

now have 30 folders modules in them, , seems redundant type out every import them. let's assume don't know folder names in packages folder.

so thinking this:

import * actions '../packages/**/*.actions.js' 

but give me error can't find modules... i've looked @ implementations in combination systemjs, doesn't fit me well.


Comments

Popular posts from this blog

iis - ASP.Net Core CreatedAtAction in HttpPost action returns 201 but entire request ends with 500 -

gcc - Neither ld wrap nor LD_PRELOAD working to intercept system call -

ssh - Vagrant Windows - ssh_exchange_identification: read: Connection reset by peer -