buble-jest
Jest plugin to use buble and babel(handle ES Modules) for transformation
Usage no npm install needed!
<script type="module">
import bubleJest from 'https://cdn.skypack.dev/buble-jest';
</script>
Jest plugin to use buble and babel(handle ES Modules) for transformation
<script type="module">
import bubleJest from 'https://cdn.skypack.dev/buble-jest';
</script>
quot;: "buble-jest" }
Built-in cosmiconfig so you can use .bublerc
, buble.config.js
or configure it in package.json
.
package.json
{
"buble": {
"transform": {
"modules": false
},
"objectAssign": "Object.assign"
}
}
MIT