NativeScript / nativescript-dev-webpack

A package to help with webpacking NativeScript apps.
Apache License 2.0
97 stars 49 forks source link

feat: support snapshots in Docker #1048

Closed DimitarTachev closed 5 years ago

DimitarTachev commented 5 years ago

PR Checklist

What is the current behavior?

We are not able to build snapshots on macOS Catalina.

What is the new behavior?

We are able to build snapshots on macOS Catalina using a Docker container.

Docker Image repository: https://github.com/NativeScript/docker-images/tree/master/

Related to: #1038