Files
NativeScript/packages/webpack/snapshot/android/snapshot-generator-tools/bundle-ending.js

13 lines
351 B
JavaScript

/*!**********************************************************!*\
!*** ../android-snapshot-bundle-ending.js ***!
\**********************************************************/
// Set the __snapshot flag to false
Object.defineProperty(global, "__snapshot", {
value: false,
writable: false,
configurable: false,
enumerable: false
});