mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Fix some issues when building with Korebuild. Also make it build the project templates.
This commit is contained in:
@@ -37,7 +37,8 @@ namespace Webpack.ActionResults
|
||||
_moduleExport,
|
||||
request.GetEncodedUrl(),
|
||||
request.Path + request.QueryString.Value,
|
||||
_dataToSupply
|
||||
_dataToSupply,
|
||||
/* timeoutMilliseconds */ 30000
|
||||
);
|
||||
|
||||
response.ContentType = "text/html";
|
||||
|
||||
Reference in New Issue
Block a user