This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Preparing project... | |
Bundling application for entryPath .\app... | |
Hash: 21815df5bf54b41e1265 | |
Version: webpack 4.27.1 | |
Time: 30055ms | |
Built at: 2020-06-30 14:30:53 | |
Asset Size Chunks Chunk Names | |
assets/splash.gif 17.9 KiB [emitted] | |
bundle.js 7.21 MiB bundle [emitted] bundle | |
fonts/MaterialIcons-Regular.ttf 125 KiB [emitted] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// polyfill URL since that seems to not be done for nativescript | |
import { path } from "@nativescript/core"; | |
import 'url-search-params-polyfill'; | |
if (!global.URL) { | |
class URL { | |
constructor(sUrl, base) { |