UNPKG

@expo/webpack-config

Version:

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

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