Skip to content

Commit b2825e1

Browse files
author
Addon Stack
committed
refactor(types): simplify import for type-only modules
1 parent a20c073 commit b2825e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {DefinePlugin} from "@rspack/core";
22
import {definePlugin, getEnv} from "adnbn";
33
import isURL from "is-url";
4-
import {RemoteConfig, type RemoteConfigOptions, type ValueOrGetter} from "./types";
4+
import type {RemoteConfig, RemoteConfigOptions, ValueOrGetter} from "./types";
55

66
export type {RemoteConfig, RemoteConfigOptions};
77

0 commit comments

Comments
 (0)