Skip to content

Commit

Permalink
fix: Create bundle folder if it doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrevik committed Nov 3, 2020
1 parent a042c3b commit 2acab2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ios/create-sourcemaps.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash

mkdir -p bundle

# iOS doesn't output source maps when bundling normally
npx react-native bundle --platform ios --dev false --reset-cache --entry-file index.js --bundle-output bundle/main.jsbundle --sourcemap-output bundle/main.jsbundle.map

0 comments on commit 2acab2e

Please sign in to comment.