Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

vendor.js in Android snapshot but bundle.js isn't #1130

Open
ghost opened this issue Mar 18, 2020 · 0 comments
Open

vendor.js in Android snapshot but bundle.js isn't #1130

ghost opened this issue Mar 18, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 18, 2020

I wanted to put bundle.js in the snapshot but it seems to be excluded.

Is there any way around this? If I add another plugin entry in the webpack config the build process crashes with the message below.

        // ...

        config.plugins.push(new nsWebpack.NativeScriptSnapshotPlugin({
            chunk: "bundle",
            requireModules: [
                "tns-core-modules/bundle-entry-points",
            ],
            projectRoot,
            webpackConfig: config,
            snapshotInDocker,
            skipSnapshotTools,
            useLibs
        }));
# Fatal error in , line 0
# Check failed: blob.data.

Ping @NickIliev

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants