Skip to content

Commit

Permalink
fix(react): fix next import (#15724)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4b9865c)
  • Loading branch information
FrozenPandaz committed Mar 17, 2023
1 parent 47fdc35 commit 7d34a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/plugins/with-nx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import type { NextConfig } from 'next';

import path = require('path');
import { createWebpackConfig } from '../src/utils/config';
import { NextBuildBuilderOptions } from '@nrwl/next';
import { NextBuildBuilderOptions } from '../src/utils/types';
export interface WithNxOptions extends NextConfig {
nx?: {
svgr?: boolean;
Expand Down

0 comments on commit 7d34a05

Please sign in to comment.