Closed goto-bus-stop closed 4 years ago
Also applying targets: { nodejs: 'current' } to the env config because the code will be run immediately, by the current version of node, and almost none of the transforms are necessary in modern node.js versions.
I thought this is the default behavior if I don't specify anything.
Anyway, thanks! 👍 Apparently I did not review https://github.com/peerigon/extract-loader/pull/69 properly 😞
:tada: This PR is included in version 5.0.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Adds missing dependency and ensures that the preset and plugin can be resolved.
Also applying
targets: { nodejs: 'current' }
to the env config because the code will be run immediately, by the current version of node, and almost none of the transforms are necessary in modern node.js versions.Ref #75
Thanks!