BREAKING: Remove @provides support from packager

Summary:
see d82f2553fb
Closes https://github.com/facebook/react-native/pull/12355

Differential Revision: D4710001

Pulled By: davidaurelio

fbshipit-source-id: 1c2225fa3bd2881c3eaedfd02514c29b920948b6
This commit is contained in:
Liu Zhanhong 2017-03-14 19:18:12 -07:00 committed by Facebook Github Bot
parent 300fa5b723
commit d8bd24fc39
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ function transformModule(
callback(null, {
code,
file: filename,
hasteID: annotations.providesModule || annotations.provide || null,
hasteID: annotations.providesModule || null,
transformed,
type: options.polyfill ? 'script' : 'module',
});