Skip to content

Commit

Permalink
Merge pull request #27093 from seanparmelee/raw-conflicts
Browse files Browse the repository at this point in the history
Next.js: Avoid conflicts with the raw loader

(cherry picked from commit f5fc402)
  • Loading branch information
valentinpalkovic authored and larsrickert committed Jun 8, 2024
1 parent 27698e3 commit 8c8b922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/frameworks/nextjs/src/swc/loader.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { getProjectRoot } from '@storybook/core-common';
import { getVirtualModules } from '@storybook/builder-webpack5';
import { getProjectRoot } from '@storybook/core-common';
import type { Options } from '@storybook/types';
import type { NextConfig } from 'next';
import path from 'path';
import loadJsConfig from 'next/dist/build/load-jsconfig';
import path from 'path';
import type { Configuration as WebpackConfig } from 'webpack';

export const configureSWCLoader = async (
Expand Down

0 comments on commit 8c8b922

Please sign in to comment.