mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
Fixed an issue with module resolution.
This commit is contained in:
@ -1,2 +1,2 @@
|
|||||||
declare var module, require;
|
declare var module, require;
|
||||||
module.exports = require("application");
|
module.exports = require("application/application");
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
declare var module, require;
|
declare var module, require;
|
||||||
module.exports = require("file-system");
|
module.exports = require("file-system/file-system");
|
||||||
|
Reference in New Issue
Block a user