mirror of https://github.com/status-im/metro.git
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:
parent
300fa5b723
commit
d8bd24fc39
|
@ -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',
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue