mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
BREAKING: Remove @provides support from packager
Summary: see https://github.com/facebook/react-native/commit/d82f2553fb0da40b02ca5515767211105e2eec07 Closes https://github.com/facebook/react-native/pull/12355 Differential Revision: D4710001 Pulled By: davidaurelio fbshipit-source-id: 1c2225fa3bd2881c3eaedfd02514c29b920948b6
This commit is contained in:
committed by
Facebook Github Bot
parent
1195a8f3e6
commit
6cbb57d0df
@@ -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',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user