pack emmet including the vscode-emmet-helper (#109257)

This commit is contained in:
Martin Aeschlimann 2020-10-26 18:37:18 +01:00 committed by GitHub
parent 29f2a4aa58
commit 2f22788b6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,8 +19,5 @@ module.exports = withDefaults({
output: {
path: path.join(__dirname, 'dist', 'node'),
filename: 'emmetNodeMain.js'
},
externals: {
'vscode-emmet-helper': 'commonjs vscode-emmet-helper',
},
}
});