File size: 174 Bytes
1e92f2d |
1 2 3 4 5 |
import type { webpack } from 'next/dist/compiled/webpack/webpack'
const EmptyLoader: webpack.LoaderDefinitionFunction = () => 'export default {}'
export default EmptyLoader
|
1e92f2d |
1 2 3 4 5 |
import type { webpack } from 'next/dist/compiled/webpack/webpack'
const EmptyLoader: webpack.LoaderDefinitionFunction = () => 'export default {}'
export default EmptyLoader
|