Skip to content

Commit

Permalink
Exports for babel plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Oct 31, 2023
1 parent 8f22bf9 commit 3856307
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
"main": "./index.js",
"exports": {
".": "./index.js",
"./mockCssImportPlugin.js": "./mockCssImportPlugin.js"
},
"dependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-class-properties": "^7.18.0",
Expand Down

0 comments on commit 3856307

Please sign in to comment.