Improve autocomplete and a few other changes

This commit is contained in:
Jan Oberhauser
2021-12-23 11:41:46 +01:00
parent 27f696ad27
commit fa760ee26b
9 changed files with 246 additions and 41 deletions

View File

@@ -25,7 +25,7 @@ module.exports = {
disableHostCheck: true,
},
plugins: [
new MonacoWebpackPlugin({ languages: ['javascript', 'html', 'typescript'] }),
new MonacoWebpackPlugin({ languages: ['javascript', 'json', 'typescript'] }),
],
},
css: {