UNPKG

@expo/webpack-config

Version:

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

9 lines (8 loc) 219 B
/** * Fork of https://github.com/clessg/progress-bar-webpack-plugin * but with TS */ import { ProgressPlugin } from 'webpack'; export default class ExpoProgressBarPlugin extends ProgressPlugin { constructor(); }