ease
ease copied to clipboard
require('ease') doesn't work with node
It seems the npm package name doesn't match the component one. As a result you can't do require('ease'); from node, you need require('ease-component'); Any way around this?
require('ease-component'); :+1: