Package Exports
- fuse-box
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fuse-box) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Readme
let fuseBox = new FuseBox({
homeDir: "test/fixtures/cases/case1"
});
Example
true/false - standalone
fuseBox.bundle("[**/*.js]", true).then(content => {
})
Cases
> index.js [**/*.js]
- Bundle everything without dependencies, and execute index.js
[**/*.js]
- Bundle everything without dependencies
**/*.js
- Bundle everything with dependencies
**/*.js -path
- Bundle everything with dependencies except for path