Stop exposing adbkit and crc32 as globals
Summary: Since no plugin directly uses adbkit or crc32 anymore, we removed them from the globals. They wouldn't work in the browser anyway Reviewed By: aigoncharov Differential Revision: D33019084 fbshipit-source-id: 66ab0756399fdb401c63f5e8271bdd62cb79ab4a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ac9080abac
commit
9e09c0d5f7
@@ -17,14 +17,12 @@ const pattern = /^\*\r?\n[\S\s]*Facebook[\S\s]* \* @format\r?\n/;
|
||||
|
||||
// This list should match the replacements defined in `replace-flipper-requires.ts` and `dispatcher/plugins.tsx`
|
||||
const builtInModules = [
|
||||
'fb-qpl-xplat',
|
||||
'flipper',
|
||||
'flipper-plugin',
|
||||
'flipper-plugin-lib',
|
||||
'react',
|
||||
'react-dom',
|
||||
'electron',
|
||||
'adbkit',
|
||||
'antd',
|
||||
'immer',
|
||||
'@emotion/styled',
|
||||
|
||||
Reference in New Issue
Block a user