Emanuele Ingrosso

Results 24 comments of Emanuele Ingrosso

That could be a good idea, I've not much spare time lately but I'll look at it as soon I have some. Thanks for the suggestion!

I also have problem with verdaccio and two-factor authentication

It will be very cool inded! 👍

This option would be very useful! I wanted to exclude sourcemap's chunks but it seems not possible at the moment...

Got the same problem, using `cheap-source-map` instead of `source-map` doesn't throw error though.

Excuse me @david-daly I followed your steps but got this error on `yarn start`: ``` ./src/components/App/index.js Module not found: Can't resolve 'components/Dialogs' in 'D:\projects\JSUI\src\components\App' ``` It seems it can't resolve...

I suggest you to add a class to all your tabs container, for example I used "tab_box" and changed the init function of the plugin in this way: ``` javascript...

Well Illuminate\Html has been stripped out from the framework so you have to manually require it at this time. Moreover I had to comment out 'TwigBridge\Extension\Laravel\Form', from the enabled extensions...

Good! Do you think you will create another branch to support Laravel 4.3?

I guess that will do, anyway you could add a suggestion in composer.json to install illuminate/html (after the bugs has been resolved of course).