@expo/webpack-config
Version:
A Webpack configuration used to bundle Expo websites with Expo CLI.
14 lines (13 loc) • 1.02 kB
TypeScript
export { default as ExpoDefinePlugin } from './ExpoDefinePlugin';
export { default as ExpoHtmlWebpackPlugin } from './ExpoHtmlWebpackPlugin';
export { default as ExpoInterpolateHtmlPlugin } from './ExpoInterpolateHtmlPlugin';
export { default as ExpoProgressBarPlugin } from './ExpoProgressBarPlugin';
export { default as JsonWebpackPlugin } from './JsonWebpackPlugin';
export { default as ModifyJsonWebpackPlugin } from './ModifyJsonWebpackPlugin';
export { default as PwaManifestWebpackPlugin } from './PwaManifestWebpackPlugin';
export { default as ApplePwaWebpackPlugin } from './ApplePwaWebpackPlugin';
export { default as ChromeIconsWebpackPlugin } from './ChromeIconsWebpackPlugin';
export { default as ExpoPwaManifestWebpackPlugin } from './ExpoPwaManifestWebpackPlugin';
export { default as ModifyHtmlWebpackPlugin } from './ModifyHtmlWebpackPlugin';
export { default as FaviconWebpackPlugin } from './FaviconWebpackPlugin';
export { default as ExpectedErrorsPlugin } from './ExpectedErrors/ExpectedErrorsPlugin';