UNPKG

@expo/webpack-config

Version:

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

6 lines (5 loc) 201 B
import HtmlWebpackPlugin from 'html-webpack-plugin'; import { Environment } from '../types'; export default class ExpoHtmlWebpackPlugin extends HtmlWebpackPlugin { constructor(env: Environment); }