Skip to content

Commit

Permalink
Reuse warning from postcss-loader (#28727)
Browse files Browse the repository at this point in the history
Co-authored-by: JJ Kasper <[email protected]>
  • Loading branch information
timneutkens and ijjk authored Sep 5, 2021
1 parent 7f83e6d commit 16d6eba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions packages/next/build/webpack/loaders/css-loader/src/Warning.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { getOptions, stringifyRequest } from 'next/dist/compiled/loader-utils'
import postcss from 'postcss'

import CssSyntaxError from './CssSyntaxError'
import Warning from './Warning'
import Warning from '../../postcss-loader/src/Warning'
import { icssParser, importParser, urlParser } from './plugins'
import {
normalizeOptions,
Expand Down

0 comments on commit 16d6eba

Please sign in to comment.