Update banner log
This commit is contained in:
parent
ceeb6fbdaf
commit
40a987b983
2
dist/functions/bunext-init.js
vendored
2
dist/functions/bunext-init.js
vendored
@ -23,8 +23,8 @@ export default async function bunextInit() {
|
|||||||
global.DIR_NAMES = dirNames;
|
global.DIR_NAMES = dirNames;
|
||||||
global.REACT_IMPORTS_MAP = { imports: {} };
|
global.REACT_IMPORTS_MAP = { imports: {} };
|
||||||
global.REACT_DOM_MODULE_CACHE = new Map();
|
global.REACT_DOM_MODULE_CACHE = new Map();
|
||||||
log.banner();
|
|
||||||
await init();
|
await init();
|
||||||
|
log.banner();
|
||||||
global.CONSTANTS = grabConstants();
|
global.CONSTANTS = grabConstants();
|
||||||
await reactModulesBundler();
|
await reactModulesBundler();
|
||||||
const router = new Bun.FileSystemRouter({
|
const router = new Bun.FileSystemRouter({
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moduletrace/bunext",
|
"name": "@moduletrace/bunext",
|
||||||
"version": "1.0.88",
|
"version": "1.0.89",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"module": "index.ts",
|
"module": "index.ts",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@ -70,9 +70,8 @@ export default async function bunextInit() {
|
|||||||
global.REACT_IMPORTS_MAP = { imports: {} };
|
global.REACT_IMPORTS_MAP = { imports: {} };
|
||||||
global.REACT_DOM_MODULE_CACHE = new Map<string, any>();
|
global.REACT_DOM_MODULE_CACHE = new Map<string, any>();
|
||||||
|
|
||||||
log.banner();
|
|
||||||
|
|
||||||
await init();
|
await init();
|
||||||
|
log.banner();
|
||||||
|
|
||||||
global.CONSTANTS = grabConstants();
|
global.CONSTANTS = grabConstants();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user