UNPKG

149 BJavaScriptView Raw
1const { getBareExtensions } = require('@expo/config/paths');
2
3module.exports = function getWebExtensions() {
4 return getBareExtensions(['web']);
5};