rsnext/packages/next/build/webpack/loaders/noop-loader.ts
JJ Kasper 6fd2a7fa31
Remove webpack4 types (#39631)
These types are no longer needed as we are only leveraging webpack 5 so this finishes migrating our types away from webpack 4's types.
2022-08-16 09:55:37 +00:00

4 lines
160 B
TypeScript

import { webpack } from 'next/dist/compiled/webpack/webpack'
const NoopLoader: webpack.LoaderDefinitionFunction = (source) => source
export default NoopLoader