octicon-rss(16/)
You've already forked NativeScript
mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
refactor(core): zero circulars + esm ready (#10770)
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
committed by
GitHub
gitea-unlock(16/)
parent
1e54baf198
commit
c2ff8c1ae7
octicon-diff(16/tw-mr-1) 306 changed files with 9136 additions and 9889 deletions
@@ -13,7 +13,7 @@ export default function (config: Config, env: IWebpackEnv = _env): Config {
|
||||
const virtualEntryPath = path.resolve(
|
||||
__dirname,
|
||||
// Note: this is possible if needed
|
||||
// at moment it's not but just leaving as note for futre
|
||||
// at moment it's not but just leaving as note for future
|
||||
// `../stubs/virtual-entry-typescript.${env.commonjs ? 'js' : 'mjs'}`,
|
||||
`../stubs/virtual-entry-typescript.js`,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user