Skip to content

Commit 8e44685

Browse files
committed
add __non_webpack_require__ to API
1 parent 4a47a7a commit 8e44685

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/APIPlugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ var REPLACEMENTS = {
1313
__webpack_public_path__: "__webpack_require__.p",
1414
__webpack_modules__: "__webpack_require__.m",
1515
__webpack_chunk_load__: "__webpack_require__.e",
16+
__non_webpack_require__: "require",
1617
"require.onError": "__webpack_require__.onError",
1718
};
1819
var REPLACEMENT_TYPES = {

0 commit comments

Comments
 (0)