dguayrobotiq
dguayrobotiq
@SergeAstapov Yes that would work too.
@SergeAstapov Is this something that could be done or should I work on a PR?
@sandydoo Prevent a CI deployment to pass if an environment variable is missing in the CI (which export environment variables and are accessible from `process.env`). Just like [dotenv-webpack plugin](https://github.com/mrsteele/dotenv-webpack#properties) permits...
Yes. It could be a simple `useRelativePath` flag option I guess? In that case, you get the files from the `distDir` and then you replace host and protocol by `~`...
@dschmidt I found the option `--url-prefix` in Sentry documentation that could help: https://docs.sentry.io/learn/cli/releases/#upload-source-maps
Still can't import this library with TypeScript
@andyfleming actually I rewrote the type file like so: ``` declare module 'interval-promise' { interface IIntervalPromiseOptions { iterations?: number; stopOnError?: boolean; } type stop = () => void; type func...