mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Fix lint in local-cli
Summary: Fix more lint warnings in local-cli Reviewed By: davidaurelio Differential Revision: D4213265 fbshipit-source-id: a7f251f2af1e1de67a2b51908713e7a18faf6f18
This commit is contained in:
committed by
Facebook Github Bot
parent
812591ac42
commit
8dbb025959
@@ -18,7 +18,8 @@ const writeSourceMap = require('./write-sourcemap');
|
||||
|
||||
const {joinModules} = require('./util');
|
||||
|
||||
const MAGIC_UNBUNDLE_FILENAME = 'UNBUNDLE'; // must not start with a dot, as that won't go into the apk
|
||||
// must not start with a dot, as that won't go into the apk
|
||||
const MAGIC_UNBUNDLE_FILENAME = 'UNBUNDLE';
|
||||
const MODULES_DIR = 'js-modules';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user