mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
fix: include bundle-entry-points by default
This commit is contained in:

committed by
Nathan Walker

parent
8bc4878a81
commit
5ff85bfae9
@ -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
|
||||
|
Reference in New Issue
Block a user