Skip to content

Commit

Permalink
Add console.log() to metro.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Peeja committed Jan 31, 2022
1 parent d5bae4f commit aab5d85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/applesauce/metro.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const { withNxMetro } = require('@nrwl/react-native');
const { getDefaultConfig } = require('metro-config');

console.log('IN METRO CONFIG');

module.exports = (async () => {
const {
resolver: { sourceExts, assetExts },
Expand Down

0 comments on commit aab5d85

Please sign in to comment.