mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Minor style tweaks
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import * as connect from 'connect';
|
import * as connect from 'connect';
|
||||||
import * as webpack from 'webpack';
|
import * as webpack from 'webpack';
|
||||||
import * as url from 'url'
|
import * as url from 'url';
|
||||||
import { requireNewCopy } from './RequireNewCopy';
|
import { requireNewCopy } from './RequireNewCopy';
|
||||||
|
|
||||||
export interface CreateDevServerCallback {
|
export interface CreateDevServerCallback {
|
||||||
@@ -98,6 +98,6 @@ function removeTrailingSlash(str: string) {
|
|||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
|
|
||||||
function getPath(publicPath: string){
|
function getPath(publicPath: string) {
|
||||||
return url.parse(publicPath).path;
|
return url.parse(publicPath).path;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user