@expo/webpack-config
Version:
The default Webpack configuration used to build Expo apps targeting the web.
8 lines • 342 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = () => ({
// Cannot exclude any node modules yet but in the future we should just target a select few.
test: /\.worker\.(js|mjs|ts)$/,
use: { loader: require.resolve('worker-loader') },
});
//# sourceMappingURL=createWorkerLoader.js.map