UNPKG

@expo/webpack-config

Version:

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

6 lines (4 loc) 155 B
const { getManagedExtensions } = require('@expo/config/paths'); module.exports = function getWebExtensions() { return getManagedExtensions(['web']); };