Skip to content

Instantly share code, notes, and snippets.

const { relative, resolve, join } = require("path");
const webpack = require("webpack");
const nsWebpack = require("nativescript-dev-webpack");
const nativescriptTarget = require("nativescript-dev-webpack/nativescript-target");
const CleanWebpackPlugin = require("clean-webpack-plugin");
const CopyWebpackPlugin = require("copy-webpack-plugin");
const { BundleAnalyzerPlugin } = require("webpack-bundle-analyzer");
const { NativeScriptWorkerPlugin } = require("nativescript-worker-loader/NativeScriptWorkerPlugin");
const UglifyJsPlugin = require("uglifyjs-webpack-plugin");
{
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "NativeScript Application2",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "org.nativescript.game2",
"tns-android": {
"version": "4.1.1"
}
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noEmitHelpers": false,
"noEmitOnError": true,
"lib": [
"es6",
const { relative, resolve, join } = require("path");
const webpack = require("webpack");
const nsWebpack = require("nativescript-dev-webpack");
const nativescriptTarget = require("nativescript-dev-webpack/nativescript-target");
const CleanWebpackPlugin = require("clean-webpack-plugin");
const CopyWebpackPlugin = require("copy-webpack-plugin");
const { BundleAnalyzerPlugin } = require("webpack-bundle-analyzer");
const { NativeScriptWorkerPlugin } = require("nativescript-worker-loader/NativeScriptWorkerPlugin");
const UglifyJsPlugin = require("uglifyjs-webpack-plugin");
const { join, relative, resolve, sep } = require("path");
const rxPaths = require('rxjs/_esm5/path-mapping');
const path = require('path');
const webpack = require("webpack");
const nsWebpack = require("nativescript-dev-webpack");
const nativescriptTarget = require("nativescript-dev-webpack/nativescript-target");
const CleanWebpackPlugin = require("clean-webpack-plugin");
const CopyWebpackPlugin = require("copy-webpack-plugin");
const { BundleAnalyzerPlugin } = require("webpack-bundle-analyzer");
{
"compilerOptions": {
"module": "es2015",
"target": "es5",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noEmitHelpers": true,
"noEmitOnError": true,
"lib": [
"es6",
const { join, relative, resolve, sep } = require("path");
const rxPaths = require('rxjs/_esm5/path-mapping');
const path = require('path');
const webpack = require("webpack");
const nsWebpack = require("nativescript-dev-webpack");
const nativescriptTarget = require("nativescript-dev-webpack/nativescript-target");
const CleanWebpackPlugin = require("clean-webpack-plugin");
const CopyWebpackPlugin = require("copy-webpack-plugin");
const { BundleAnalyzerPlugin } = require("webpack-bundle-analyzer");
This file has been truncated, but you can view the full file.
06-09 01:06:35.085 3145 3145 D keymaster_tee: [DEBUG]: (nwd_keymaster_mobicore.c:352) TA return code: 0 (0x00000000)
06-09 01:06:35.085 3145 3145 D keymaster_tee: [DEBUG]: (nwd_keymaster_mobicore.c:357) TLC_COMMAND(e): cmd = 0x00000009, ret = 0x00000000
06-09 01:06:35.085 3145 3145 D keymaster_tee: [DEBUG]: (keymaster_params_log.c:270) KEY_PARAMS: SIZE:256 AES ENC DEC CBC PKCS7 AUTH
06-09 01:06:35.085 3145 3145 D keymaster_tee: [DEBUG]: (keymaster_params_log.c:270) KEY_PARAMS: 20180319201906
06-09 01:06:35.085 3145 3145 I keymaster_tee: [INFO]: (nwd_keymaster_mdfpp.cpp:804) exit get_key_characteristics function, returns 0
06-09 01:06:35.085 3145 3145 D SoftKeymaster: system/keymaster/soft_keymaster_context.cpp, Line 884: Module "Keymaster MDFPP Mobicore HAL" accepted key
06-09 01:06:35.089 3145 3145 D SoftKeymaster: system/keymaster/auth_encrypted_key_blob.cpp, Line 130: Failed to deserialize versioned key blob. Assuming unversioned.
06-09 01:06:35.089 3145 3145 D SoftKeymaster: system/keyma
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"inlineSourceMap": true,
"noEmitHelpers": true,
"noEmitOnError": true,
"lib": [
{
"description": "NativeScript Application",
"license": "SEE LICENSE IN ",
"readme": "NativeScript Application",
"repository": "",
"nativescript": {
"id": "com.davidshield.dsapp1",
"tns-ios": {
"version": "4.0.1"
},