Christopher Bradshaw
Christopher Bradshaw
For anyone using Vite v2.3.0 or newer, you can apply the esbuild plugin that @YurySolovyov wrote above by modifying your Vite config to include the following: ```javascript export default defineConfig({...
I like the idea of adding support for base32 and hex under the ArrayBuffer proposal since it works off the same idea and is a bit farther along. Is it...
For this plugin I've tried the following code: ``` var AWS = require("nativescript-aws"); var AWS_accessKeyId = "-----"; var AWS_secretAccessKey = "-----"; var AWS_S3_bucket = "-----"; var AWS_S3_bucket_key = "-----"; var...
That code doesn't work for me either. I get the same error.
I'm running into this same issue. I don't know if it helps, but I got a different error that the maximum call stack was exceeded when I tried to add...
Using the low preset, but setting `minify` and `compact` to `false` seemed to fix the issue for me.
We've had to use some interesting workarounds to avoid needing to write the functionality for this ourselves. But it's definitely still an issue.