Gary Bortosky
Gary Bortosky
+1 There's no handlebars tho
Hi friends... What I think I want is to access environment variables at _run time_ (in addition to _build time_ as under discussion here.) For continuous integration purposes, I want...
We wound up sing this [Visual Studio Team Services extension](https://github.com/IvanBoyko/vsts-regex-replace) in our release. Very happy with it.
If anyone is interested we made a little [command line util](https://www.npmjs.com/package/venv) to add to your CD step. It takes an EJS template and processes with `process.env` variables context. We use...
Just adding to my comment above, if you guys are using Azure we created a [build/release step](https://marketplace.visualstudio.com/items?itemName=garybortosky.venvextension) that plugs environment variables into a small shim script. Very simple and meets...
when you guys say discord do you mean the svelte server?
I see this is probably related to #591 thanks for your work !
using ``` npm create @svelte-add/kit@latest app -- --with typescript+css ``` does not give the error from the original issue. However it creates both a `vite.config.js` and a `vite.cofig.ts` (both a...
Like @jrparish I am having the problem with the same versions. I wonder if we can reopen. Is this project maintained? I see #40 is closed. using webpack 2.2.0-rc.3 edit:...
I didn't see the test for it in the loader repository. I cut and pasted a small project. I hope it helps. Observe the console section to see the violations...