compiled
compiled copied to clipboard
fix(webpack-loader): add missing `options.parserBabelPlugins`
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.
Hooray! All contributors have signed the CLA.
🦋 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
I have also updated the webpack example, added the missing jsx
. It should fix the webpack example build issue.
Thanks for the contribution @SukkaW!