David `Deltakosh` Catuhe 5 years ago
parent
commit
54cadb2b42
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Playground/webpack.config.js

+ 3 - 1
Playground/webpack.config.js

@@ -44,7 +44,9 @@ var config = babylonWebpackConfig({
             filename: "[name].css",
             chunkFilename: "[id].css"
         }),
-        new MonacoWebpackPlugin()
+        new MonacoWebpackPlugin({
+			languages: ["typescript", "javascript"],
+		})
     ]
 });