mrwrighty

Results 47 comments of mrwrighty

Can anyone comment on this. Still having this issue so unable to debug on device. Need urgently to debug video capture.

Webpack file is: - const webpack = require("@nativescript/webpack"); module.exports = (env) => { webpack.init(env); webpack.Utils.addCopyRule('images/**'); return webpack.resolveConfig(); }; Trying to get my images to copy to project, so editing the...

Does the image folder get copied to the app file on debug. So debug app file view package contents open app folder and see the images folder.

I have app/images/wfsl-logo.png. code in app/views/home/home-page.xml & app/views/home/home-page.js xml is ` ` webpack.config.js ` const webpack = require("@nativescript/webpack"); module.exports = (env) => { webpack.init(env); webpack.Utils.addCopyRule("images/**"); return webpack.resolveConfig(); }; ` Image...

No definitely a jpg file in my images folder ![Screenshot 2021-06-14 at 12 30 10](https://user-images.githubusercontent.com/6585298/121885622-45d7bc00-cd0c-11eb-9620-37894ffe74eb.png)

OK webpack updated ![Screenshot 2021-06-14 at 13 01 20](https://user-images.githubusercontent.com/6585298/121889069-a79a2500-cd10-11eb-9086-8e365c0e4ede.png) CLI Output shows webpack 5.38.1 compiled with 1 warning in 313 ms is this version correct.

OK some progress but very strange. In the end I downloaded an example from Marketplace [https://play.nativescript.org/?template=play-tsc&id=uQmH4X&v=1](url) This project had images. Migrated and compile and the images displayed correctly. Did ns...

Getting error i. 8.1 see my bug report.

Updated my webpack.config.js to const webpack = require("@nativescript/webpack"); module.exports = (env) => { webpack.init(env); // Learn how to customize: // https://docs.nativescript.org/webpack resolve: { fallback: { util: require.resolve("util/") assert: false browserify:...

Hi, any help appreciated, up against it now to get my app up and running. Have tried export NODE_OPTIONS=--max-old-space-size=8192 but didn't make any difference, error is the same.