UNPKG

@expo/webpack-config

Version:

The default Webpack configuration used to build Expo apps targeting the web.

11 lines (10 loc) 606 B
export { default as withUnimodules } from './withUnimodules'; export { default as withWorkbox } from './withWorkbox'; export { default as withOptimizations } from './withOptimizations'; export { default as withReporting } from './withReporting'; export { default as withCompression } from './withCompression'; export { default as withAlias } from './withAlias'; export { default as withDevServer } from './withDevServer'; export { default as withNodeMocks } from './withNodeMocks'; export { default as withEntry } from './withEntry'; export { default as withTypeScriptAsync } from './withTypeScriptAsync';