lmd
Version:
LMD: Lazy Module Declaration
24 lines (17 loc) • 560 B
JSON
{
"name": "Extends `test` - Worker environment",
"root": "../modules/",
"extends": "./test.lmd.json",
"output" : "../out/worker_test.lmd.js",
"modules": {
"testcase_lmd_loader": "test_case/testcase_lmd_loader/testcase_lmd_loader.worker.js",
"testcase_lmd_cache": "test_case/testcase_lmd_cache/testcase_lmd_cache.noop.js"
},
"global": "worker_global_environment",
"depends": true,
"cache": false,
"cache_async": false,
"pack": false,
"worker": true,
"ie": false
}