Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove un-use type
  • Loading branch information
michenly committed Nov 8, 2021
commit 9fd41413715ba2543444ec77fc8613647cde4c5e
2 changes: 1 addition & 1 deletion plugins/react-server-dom-webpack-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import ModuleDependency from 'webpack/lib/dependencies/ModuleDependency';
import NullDependency from 'webpack/lib/dependencies/NullDependency';
import Template from 'webpack/lib/Template';

import type {Compiler, Chunk, Module} from 'webpack';
import type {Compiler, Module} from 'webpack';
import {sources, WebpackError, Compilation, AsyncDependenciesBlock} from 'webpack';

interface ModuleWithResource extends Module {
Expand Down