mandala-ui/mandala

View on GitHub
nwb.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  type: 'react-component',
  npm: {
    esModules: true,
    umd: false,
  },
};