Skip to content

Commit

Permalink
Re-add the possibility to import the config
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Aug 29, 2024
1 parent e9f9758 commit 5d38bd4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"require": "./dist/commonjs/experimental/index.js",
"default": "./dist/es2017/experimental/index.js"
},
"./experimental/config": {
"import": "./dist/es2017/config.js",
"require": "./dist/commonjs/config.js",
"default": "./dist/es2017/config.js"
},
"./experimental/features": {
"import": "./dist/es2017/experimental/features/index.js",
"require": "./dist/commonjs/experimental/features/index.js",
Expand Down

0 comments on commit 5d38bd4

Please sign in to comment.