Hi, I tried to get angular-toasty working with browserify but browserify fails with warning. ``` Running "browserify:app" (browserify) task >> Error: Cannot find module 'angular-toasty' from 'C:\Test\web-app\src\main\resources\public\app' Warning: Error running grunt-browserify. Use --force to continue. ``` Any workarounds? Is this module supports to commonJS modules or modules that support by browserify?
Hi,
I tried to get angular-toasty working with browserify but browserify fails with warning.
Any workarounds? Is this module supports to commonJS modules or modules that support by browserify?