How to explose, import and build FastClick (https://github.com/ftlabs/fastclick/blob/master/lib/fastclick.js) as CJS module?
This works and exposes Fastclick as global module:
meta: {
'fastclick': {exports: 'FastClick'},
}
This makes steal build faild
meta: {
'fastclick': {format: 'cjs'},
}
What is wrong with fastclick or steal?