nativescript-dev-webpack
nativescript-dev-webpack copied to clipboard
Proposal: In-memory compilation
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
platformsdirectory and start syncing them directly to the device (something similar to thewebpack-dev-middlewarebut in the NativeScript CLI, not an express server).