Skip to content

Commit

Permalink
add missing file in vsix bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Sep 23, 2022
1 parent 4b50495 commit f6af2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/vscode-vue-language-features/scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const files = ['CHANGELOG.md']
// Copy packages to vsix bundle.
const packages = {
'@vuedx/typescript-plugin-vue': {
files: ['runtime/*.d.ts', 'lib/standalone.js', 'index.js'],
files: ['runtime/*.d.ts', 'lib/standalone.cjs', 'index.js'],
},
}

Expand Down

0 comments on commit f6af2b3

Please sign in to comment.