Henrique Silvério

Results 5 comments of Henrique Silvério

Same error here, using NodeJS 12 with flags. ``` --experimental-modules --es-module-specifier-resolution=node ```

To generate a separate bundle for project libraries, I do this: ``` javascript plugins: { options: { debug: true, require: [ 'jquery', 'underscore', 'backbone', 'backbone.marionette' ] }, files: { '/plugins.js':...

This solves a issue that I faced. I think it could be merged. Thanks!

+1 for this. It solves #6 and closes #7 which is a duplicated one.

Currently I found some alternatives: - [fast-rbac](https://github.com/SkeLLLa/fast-rbac) - [rbac](https://github.com/phellipeandrade/rbac) - [easy-rbac](https://github.com/DeadAlready/easy-rbac) - [virgen-acl](https://github.com/djvirgen/virgen-acl)