Kim Biesbjerg
Kim Biesbjerg
Is this still an issue in final?
Yeah, I'm using ionic so don't really feel like investigating this issue, especially since it's just a warning and everything supposedly works. I'll keep this issue open and maybe someone...
Good to know. Still, I need someone else taking the lead on this one. A PR is welcome!
Sorry, I simply don’t have the time at the moment. You are welcome to submit a PR.
I'm also looking for more flexibility in this area. Specifically I want installed plugins (using `@oclif/plugin-plugins`) to be able to register themselves using hooks (`runHook`). `runHooks` is `async` and also...
I created a symlink (`ln -s www public`) and checked it into version control, but I agree it would be nice if it looked in `public` too. I created a...
Just a FYI. It is working fine on iOS 10.2 for me.
What do you think of https://github.com/Julien-R44/vite-plugin-validate-env/pull/26 ? It loads all environment variables, enabling validation, but only exposes variables (through define) if their keys begin with the configured envPrefix.
A bit of debugging reveals that config-file is read correctly: ``` [{ "_id": 27, "tag": "config-file", "attrib": { "target": "AndroidManifest.xml", "parent": "/*" }, "text": "\n ", "tail": "\n ", "_children":...
Maybe it's the lodash version's fault? ``` /** * @license * lodash 3.10.1 (Custom Build) * Build: `lodash modern -d -o ./index.js` * Copyright 2012-2015 The Dojo Foundation * Based...