compiled icon indicating copy to clipboard operation
compiled copied to clipboard

fix(webpack-loader): add missing `options.parserBabelPlugins`

Open SukkaW opened this issue 2 years ago • 2 comments

The PR follows #1225.

In #1225 @JakeLane introduced two new options, parserBabelPlugins and transformerBabelPlugins. Although both two options were added to the parcel transformer, only transformerBabelPlugins was added to the webpack loader while parserBabelPlugins is missing. The PR fixes that.

SukkaW avatar Sep 23 '22 02:09 SukkaW

Hooray! All contributors have signed the CLA.

atlassian-cla-bot[bot] avatar Sep 23 '22 02:09 atlassian-cla-bot[bot]

🦋 Changeset detected

Latest commit: a8ad653d51314cef5e4e9676d032d8123de6d162

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@compiled/webpack-loader Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Sep 23 '22 02:09 changeset-bot[bot]

I have also updated the webpack example, added the missing jsx. It should fix the webpack example build issue.

SukkaW avatar Sep 28 '22 01:09 SukkaW

Thanks for the contribution @SukkaW!

JakeLane avatar Sep 28 '22 01:09 JakeLane