NativeScript / nativescript-dev-webpack

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

feat: support V8 snapshots on Windows #1055

Closed DimitarTachev closed 5 years ago

DimitarTachev commented 5 years ago

PR Checklist

What is the current behavior?

Providing the --env.snapshot flag on Windows is throwing an exception.

What is the new behavior?

The --env.snapshot flag is valid on Windows and it is generating snapshots in a docker container.

Related to: https://github.com/NativeScript/nativescript-dev-webpack/issues/1054 and https://github.com/NativeScript/nativescript-cli/pull/5037

DimitarTachev commented 5 years ago

test