peerigon / extract-loader

webpack loader to extract HTML and CSS from the bundle
The Unlicense
317 stars 73 forks source link

fix: Add missing Babel dependency #76

Closed goto-bus-stop closed 4 years ago

goto-bus-stop commented 4 years ago

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!

jhnns commented 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 😞

github-actions[bot] commented 4 years ago

:tada: This PR is included in version 5.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: