mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
16 lines
339 B
JSON
16 lines
339 B
JSON
{
|
|
"dependencies": [
|
|
{
|
|
"type": "require",
|
|
"path": "./boot",
|
|
"run": true,
|
|
"if": "!flags.contains('marko/components/no-boot')"
|
|
}
|
|
],
|
|
"requireRemap": [
|
|
{
|
|
"from": "./loadComponent.js",
|
|
"to": "./loadComponent-dynamic.js"
|
|
}
|
|
]
|
|
} |