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

feat(platforms): Add support for custom platform plugins #1119

Merged
merged 3 commits into from
Jan 30, 2020

Conversation

bundyo
Copy link
Contributor

@bundyo bundyo commented Jan 28, 2020

PR Checklist

What is the current behavior?

Currently there is no way to plug a custom platform for a {N} app.

What is the new behavior?

The changes allow to start Webpack-only build for custom platforms with

npx webpack --env.platform desktop --watch

And it will build the resources in /platforms/${platform}/app/

A sample platform can be https://github.com/bundyo/nativescript-platform-desktop
A sample app - https://github.com/bundyo/ns-desktop-app

Implements #1122.

@cla-bot cla-bot bot added the cla: yes label Jan 28, 2020
@rosen-vladimirov
Copy link
Contributor

test cli-run cli-templates cli-debug cli-smoke webpack-apps ngapps

@bundyo
Copy link
Contributor Author

bundyo commented Jan 29, 2020

test cli-run cli-templates cli-debug cli-smoke webpack-apps ngapps

1 similar comment
@bundyo
Copy link
Contributor Author

bundyo commented Jan 30, 2020

test cli-run cli-templates cli-debug cli-smoke webpack-apps ngapps

@rosen-vladimirov rosen-vladimirov merged commit 89c52af into master Jan 30, 2020
@rosen-vladimirov rosen-vladimirov deleted the bundev/custom-platform-support branch January 30, 2020 15:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants