@rolldown/plugin-babel 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -0
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -293,6 +293,7 @@ async function babelPlugin(rawOptions) {
293
293
  const envState = /* @__PURE__ */ new Map();
294
294
  const plugin = {
295
295
  name: "@rolldown/plugin-babel",
296
+ enforce: "pre",
296
297
  configResolved(config) {
297
298
  configFilteredOptions = filterPresetsWithConfigResolved(rawOptions, config);
298
299
  const resolved = resolveOptions(configFilteredOptions);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolldown/plugin-babel",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Rolldown plugin for Babel",
5
5
  "keywords": [
6
6
  "babel",