You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
// These are the options passed by WebpackDevMiddleware.cs
11
17
interfaceCreateDevServerOptions{
12
-
understandsMultiplePublicPaths: boolean;// For checking that the NuGet package is recent enough. Can be removed when we no longer need back-compatibility.
13
18
webpackConfigPath: string;
14
19
suppliedOptions: DevServerOptions;
15
20
}
@@ -89,11 +94,6 @@ function beginWebpackWatcher(webpackConfig: webpack.Configuration) {
0 commit comments