fix: include bundle-entry-points by default

This commit is contained in:
Igor Randjelovic
2021-09-07 19:58:12 +02:00
committed by Nathan Walker
parent 8bc4878a81
commit 5ff85bfae9
12 changed files with 53 additions and 29 deletions

View File

@ -87,6 +87,7 @@ export default function (config: Config, env: IWebpackEnv = _env): Config {
.entry('bundle')
// ensure we load nativescript globals first
.add('@nativescript/core/globals/index.js')
.add('@nativescript/core/bundle-entry-points.js')
.add(entryPath);
// Add android app components to the bundle to SBG can generate the java classes