Skip to content

Commit

Permalink
fix: always load cjs bundle in node environment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored and cexbrayat committed Dec 5, 2023
1 parent d8a55da commit bffc8ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -9,6 +9,7 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"node": "./dist/vue-test-utils.cjs.js",
"import": "./dist/vue-test-utils.esm-bundler.mjs",
"browser": "./dist/vue-test-utils.browser.js",
"require": "./dist/vue-test-utils.cjs.js",
Expand Down

0 comments on commit bffc8ed

Please sign in to comment.