Closed kube closed 6 years ago
Bundle it with Monolite will prevent installing another dependency, and simply do:
// babel.config.js module.exports = api => { return { presets: [ // .. ], plugins: [ 'monolite/babel', ] } }
This will also permit to synchronize the plugin and the library development.
Related https://github.com/kube/monolite/issues/32
Bundle it with Monolite will prevent installing another dependency, and simply do:
This will also permit to synchronize the plugin and the library development.