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

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -