UNPKG

@kkt/resolve-fallback

Version:

This will modify the CRA ModuleScopePlugin plugin that prevents to import modules from outside the `src` directory.

3 lines (2 loc) 118 B
import { Configuration } from 'webpack'; export default function resolveFallback(conf: Configuration): Configuration;