@expo/webpack-config
Version:
A Webpack configuration used to bundle Expo websites with Expo CLI.
11 lines (10 loc) • 320 B
TypeScript
import { Compiler } from 'webpack';
export declare class ModuleNotFoundPlugin {
private appPath;
private yarnLockFile?;
constructor(appPath: string, yarnLockFile?: string | undefined);
private useYarnCommand;
private getRelativePath;
private prettierError;
apply(compiler: Compiler): void;
}