Browse Source

Let David go a bit further

sebavan 5 years ago
parent
commit
e8c72db969
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Playground/webpack.config.js

+ 2 - 1
Playground/webpack.config.js

@@ -45,7 +45,8 @@ var config = babylonWebpackConfig({
             chunkFilename: "[id].css"
         }),
         new MonacoWebpackPlugin({
-			languages: ["typescript", "javascript"],
+            languages: ["typescript", "javascript"],
+            publicPath: "/dist/preview release/Playground"
 		})
     ]
 });