Temp hack
This commit is contained in:
parent
e48f3fed4b
commit
a63ec9d59d
1 changed files with 9 additions and 5 deletions
|
@ -50,7 +50,11 @@ export class DevApp extends App {
|
|||
},
|
||||
pageMap: new Map(),
|
||||
renderers: [],
|
||||
// Temporary hack
|
||||
entryModules: new Proxy({}, {
|
||||
has() {
|
||||
return true;
|
||||
},
|
||||
get(target, key) {
|
||||
return key;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue