tensult/role-acl

View on GitHub
webpack.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  entry: './app.js',
  output: {
    filename: 'role-acl.js'
  }
};