fix bundle-config-loader order

# Conflicts:
#	packages/core/globals/index.ts
This commit is contained in:
Martin Guillon
2020-09-09 23:09:30 +02:00
parent 8bc5abe01b
commit 02d4f4bc2f
7 changed files with 8 additions and 20 deletions

View File

@ -52,7 +52,7 @@ const loader: loader.Loader = function (source, map) {
}
source = `
require("${sourceModule}/bundle-entry-points");
import "${sourceModule}/bundle-entry-points";
${source}
`;