@rspack/dev-server 2.0.0-beta.7 → 2.0.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/config.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import type { DevServerClient, DevServerOpenOptions } from '@rspack/core';
2
- import type { ConnectHistoryApiFallbackOptions, DevServer, NormalizedStatic, ServerConfiguration, WatchFiles, WebSocketServerConfiguration } from './types';
2
+ import type { ConnectHistoryApiFallbackOptions, DevServer, NormalizedStatic, ServerConfiguration, WatchFiles, WebSocketServerConfiguration } from './types.js';
3
3
  export interface ResolvedDevServer extends DevServer {
4
4
  port: number | string;
5
5
  static: false | Array<NormalizedStatic>;
package/dist/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export { Server as RspackDevServer } from './server';
1
+ export { Server as RspackDevServer } from './server.js';
2
2
  export type { DevServer as Configuration } from '@rspack/core';