Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4b5a579

Browse files
authoredJun 13, 2023
[autofix.ci] apply automated fixes
1 parent 34121b3 commit 4b5a579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// Adapted from https://github.com/solidjs/vite-plugin-solid/blob/master/src/index.ts
22
import { readFileSync } from "node:fs";
33

4-
import { createFilter } from "@rollup/pluginutils";
54
import type { TransformOptions } from "@babel/core";
65
import { transformAsync } from "@babel/core";
76
// @ts-expect-error
87
import ts from "@babel/preset-typescript";
8+
import { createFilter } from "@rollup/pluginutils";
99
// @ts-expect-error
1010
import solid from "babel-preset-solid";
1111
import { mergeAndConcat } from "merge-anything";

0 commit comments

Comments
 (0)
Please sign in to comment.