We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.mjs
1 parent becf6e3 commit 80af029Copy full SHA for 80af029
package.json
@@ -5,7 +5,7 @@
5
"main": "dist/vue-test-utils.cjs.js",
6
"unpkg": "dist/vue-test-utils.browser.js",
7
"types": "dist/index.d.ts",
8
- "module": "dist/vue-test-utils.esm-bundler.js",
+ "module": "dist/vue-test-utils.esm-bundler.mjs",
9
"files": [
10
"dist",
11
"README.md",
rollup.config.js
@@ -55,7 +55,7 @@ function createEntry(options) {
55
if (format === 'es') {
56
config.output.file = pkg.module
57
if (isBrowser) {
58
- config.output.file = 'dist/vue-test-utils.esm-browser.js'
+ config.output.file = 'dist/vue-test-utils.esm-browser.mjs'
59
}
60
61
if (format === 'cjs') {
0 commit comments