Open c4milo opened 8 years ago
This is how I'm using it:
watchify bundles.json -p [ partition-bundle --map bundles.json --output build/js --url build/js ] -p browserify-hmr -dv -o /tmp/noop.js
bundles.json:
{
"app.js": ["./app/index.js"],
"vendor.js": [
"react",
"react-dom"
]
}
should it be loadScript instead?