Skip to content

Commit

Permalink
Merge pull request #24922 from storybookjs/valentin/fix-import
Browse files Browse the repository at this point in the history
Next.js: Fix import path in swc loader
  • Loading branch information
valentinpalkovic authored Nov 20, 2023
2 parents 1a7d1bf + 96e093f commit f529b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/frameworks/nextjs/src/swc/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { NextConfig } from 'next';
import path from 'path';
import type { RuleSetRule } from 'webpack';
import semver from 'semver';
import { NextjsSWCNotSupportedError } from 'lib/core-events/src/errors/server-errors';
import { NextjsSWCNotSupportedError } from '@storybook/core-events/server-errors';
import { getNextjsVersion } from '../utils';

export const configureSWCLoader = async (
Expand Down

0 comments on commit f529b2a

Please sign in to comment.