Revert packager randomization revert

This commit is contained in:
Justin Spahr-Summers
2015-09-25 09:21:44 -07:00
committed by facebook-github-bot-7
parent 23564fe65a
commit 1487ebfe01
3 changed files with 42 additions and 12 deletions

View File

@@ -10,7 +10,7 @@
const path = require('path');
const SUPPORTED_PLATFORM_EXTS = ['android', 'ios'];
const SUPPORTED_PLATFORM_EXTS = ['android', 'ios', 'web'];
const re = new RegExp(
'[^\\.]+\\.(' + SUPPORTED_PLATFORM_EXTS.join('|') + ')\\.\\w+$'