nchanged
nchanged
What about 2.0.1 ?
If it doesn't that means something is broken with your build - 2.0.1 should be working 100%
Just pushed the version bump. Works perfectly for me, try cloning the repository from scratch and run it again.
Yeah yarns installs the latest tag regardless if it's beta or not. There might an issue of order. With 2.1.0 should be all resolved. As for me, i am using...
```js fuse.register('rectangular', { homeDir: 'node_modules/rectangular', main: 'index.js', instructions: '**/**.js' }); ``` Like that maybe? Please submit an issue to fuse-box repository, so we won't forget.
And upgrade to 2.1.0 (the example is updated)
@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...
Nice! You will be able to make your bundles smaller :) very soon :)
You are probably using the latest version, we need to update it, I tried - something is broken (the api has changed) I am no expert in angular unfortunately
@sumit2201 no worries, you think you can fix the existing example with the latest versions?