We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75703c commit a490964Copy full SHA for a490964
src/index.ts
@@ -162,7 +162,7 @@ function normalizeToArray<T>(value: T | T[]): T[] {
162
163
export async function prepare(
164
PluginConfig: PluginConfig,
165
- context: Context,
+ context: Context
166
): Promise<void> {
167
for (const replacement of PluginConfig.replacements) {
168
let { results } = replacement;
@@ -200,7 +200,7 @@ export async function prepare(
200
default:
201
return from;
202
}
203
- },
+ }
204
);
205
206
replaceInFileConfig.to =
@@ -213,7 +213,7 @@ export async function prepare(
213
from: From | From[];
214
to: To | To[];
215
processor?: never;
216
217
218
219
if (results) {
0 commit comments