Skip to content

Commit

Permalink
fix: babel root (#1284)
Browse files Browse the repository at this point in the history
* fix: babel root

* yarn.lock
  • Loading branch information
kellymears committed Mar 22, 2022
1 parent 0616d0b commit ad994a7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion sources/@roots/bud-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"babel-loader": "^8.2.3",
"babel-plugin-add-module-exports": "^1.0.4",
"tslib": "^2.3.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion sources/@roots/bud-babel/src/babel.extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const options: Extension.Module['options'] = async (
compact: false,
},
},
root: app.path('@src'),
root: app.path(),
})

/**
Expand Down
8 changes: 0 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3135,7 +3135,6 @@ __metadata:
"@types/lodash": 4.14.180
"@types/node": 16.11.26
babel-loader: ^8.2.3
babel-plugin-add-module-exports: ^1.0.4
tslib: ^2.3.1
webpack: 5.70.0
peerDependencies:
Expand Down Expand Up @@ -6960,13 +6959,6 @@ __metadata:
languageName: node
linkType: hard

"babel-plugin-add-module-exports@npm:^1.0.4":
version: 1.0.4
resolution: "babel-plugin-add-module-exports@npm:1.0.4"
checksum: def017e6f34c956302b2fb2ce594d253b83229c3491444f89c2ee4a66e0882025a814676e27173687ca6d1fd4fbff860ce2f35ca4d66d1b333f6c78c8765e981
languageName: node
linkType: hard

"babel-plugin-apply-mdx-type-prop@npm:1.6.22":
version: 1.6.22
resolution: "babel-plugin-apply-mdx-type-prop@npm:1.6.22"
Expand Down

0 comments on commit ad994a7

Please sign in to comment.