NativeScript / nativescript-dev-webpack

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

Proposal: In-memory compilation #1090

Open shiv19 opened 4 years ago

shiv19 commented 4 years ago

https://github.com/NativeScript/nativescript-dev-webpack/issues/1027 Quote from @DimitarTachev

Maybe we can get the Webpack compilation faster if we stop writing the output files to the platforms directory and start syncing them directly to the device (something similar to the webpack-dev-middleware but in the NativeScript CLI, not an express server).