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 30f08e9 commit 0747d18Copy full SHA for 0747d18
src/preset.ts
@@ -1,9 +1,9 @@
1
-import path from "node:path";
2
import fs from "node:fs";
+import path from "node:path";
3
4
+import type { Options as SwcOptions } from "@swc/core";
5
import { getProjectRoot } from "storybook/internal/common";
6
import type { Options } from "storybook/internal/types";
-import type { Options as SwcOptions } from "@swc/core";
7
import type { Configuration } from "webpack";
8
9
const virtualModuleFiles = [
0 commit comments