Open Tenvan opened 7 years ago
test project is updated with a new branch feature/fin-hypergrid
@Tenvan i see the problem. Package rectangular
is broken. Check out node_modules/rectangular/package.json
"main": "./src/js/rectangular.js",
But the folder node_modules/rectangular
contains no sub-folders. That's why fusebox is confused. We could technically check for entry point existence and fall back to index.js
For now, a solution is to override node_modules using register
directive:
fuse.register("rectangular", { homeDir: "node_modules/rectangular", main: "index.js", instructions: "**/**.js" })
I just tested and it works just fine
ok, migrating now complete and all is working... with a huge bundle of packages (angular, covalent, fin-hypergrid, redux, edge, moment, lodash and some more) fuse-box is a very fine and greate tool :)
Nice! You will be able to make your bundles smaller :) very soon :)
hi, last beta working well with covalent, now i get the next problem. i try to migrate our app from angular-cli to fuse-box, and now make the naxt library trouble: fin-hypergrid
bundling work, here the result:
but now this error:
but 'rectangular' is not included in result-js, but listet in bundle-log :/