Initial commit: expo-popcore project
This commit is contained in:
13
metro.config.js
Normal file
13
metro.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
const { getDefaultConfig } = require('expo/metro-config');
|
||||
const { withUniwindConfig } = require('uniwind/metro');
|
||||
|
||||
const config = getDefaultConfig(__dirname);
|
||||
|
||||
config.resolver.unstable_enablePackageExports = true;
|
||||
|
||||
const uniwindConfig = withUniwindConfig(config, {
|
||||
cssEntryFile: './global.css',
|
||||
dtsFile: './uniwind-types.d.ts',
|
||||
});
|
||||
|
||||
module.exports = uniwindConfig;
|
||||
Reference in New Issue
Block a user