Skip to content

Commit

Permalink
fix(build): export all named exports esm build
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 23, 2022
1 parent 00efb9e commit a6647c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/configs.js
Expand Up @@ -30,7 +30,7 @@ module.exports = [
format: 'cjs'
},
{
input: resolve('src/index.js'),
input: resolve('src/entries/esm.js'),
file: resolve('dist/vue-router.esm.js'),
format: 'es'
},
Expand Down

0 comments on commit a6647c8

Please sign in to comment.