mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
fix bundle-config-loader order
# Conflicts: # packages/core/globals/index.ts
This commit is contained in:
@ -52,7 +52,7 @@ const loader: loader.Loader = function (source, map) {
|
||||
}
|
||||
|
||||
source = `
|
||||
require("${sourceModule}/bundle-entry-points");
|
||||
import "${sourceModule}/bundle-entry-points";
|
||||
${source}
|
||||
`;
|
||||
|
||||
|
Reference in New Issue
Block a user