Explorar el Código

Let David go a bit further

sebavan hace 5 años
padre
commit
e8c72db969
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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"
 		})
     ]
 });