diff --git a/langserver/build.js b/langserver/build.js index 3b6b244..6e5c854 100644 --- a/langserver/build.js +++ b/langserver/build.js @@ -9,6 +9,7 @@ /** These are the sources (files and folders) we want to pack */ const sources = [ + 'analytics.js', 'completions.js', 'doc-formatter.js', 'document.js',