Something went wrong on our end
-
yamadapc authored
- Add webpack build system - Send messages in queue - Assert that event listeners are cleaned-up (no memory-leaks) - Expose `Async` suffixed promise versions of the API - Use promises internally - Add tests
yamadapc authored- Add webpack build system - Send messages in queue - Assert that event listeners are cleaned-up (no memory-leaks) - Expose `Async` suffixed promise versions of the API - Use promises internally - Add tests
webpack.config.js 93 B
const makeConfig = require('./webpack/makeConfig');
exports = module.exports = makeConfig();