Skip to content

Commit 434ea30

Browse files
authored
fix(compat): update cjs dist file names (#3893)
1 parent 70cd2d5 commit 434ea30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vue-compat/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict'
22

33
if (process.env.NODE_ENV === 'production') {
4-
module.exports = require('./dist/compat.cjs.prod.js')
4+
module.exports = require('./dist/vue.cjs.prod.js')
55
} else {
6-
module.exports = require('./dist/compat.cjs.js')
6+
module.exports = require('./dist/vue.cjs.js')
77
}

0 commit comments

Comments
 (0)