refactor: move into monorepo
This commit is contained in:
10
apps/expo/metro.config.js
Normal file
10
apps/expo/metro.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const { getDefaultConfig } = require("expo/metro-config");
|
||||
|
||||
const config = getDefaultConfig(__dirname)
|
||||
|
||||
// Add wasm asset support
|
||||
config.resolver.assetExts.push("wasm");
|
||||
|
||||
config.resolver.unstable_enablePackageExports = true;
|
||||
|
||||
module.exports = config;
|
||||
Reference in New Issue
Block a user