We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f898118 commit 00b5981Copy full SHA for 00b5981
src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackDevMiddleware.ts
@@ -1,6 +1,6 @@
1
import * as connect from 'connect';
2
import * as webpack from 'webpack';
3
-import * as url from 'url'
+import * as url from 'url';
4
import { requireNewCopy } from './RequireNewCopy';
5
6
export interface CreateDevServerCallback {
@@ -98,6 +98,6 @@ function removeTrailingSlash(str: string) {
98
return str;
99
}
100
101
-function getPath(publicPath: string){
102
- return url.parse(publicPath).path;
103
-}
+function getPath(publicPath: string) {
+ return url.parse(publicPath).path;
+}
0 commit comments