Rich Snapp

Results 4 issues of Rich Snapp

# Bug report ## Codepen I think most of the examples that use webpack are broken, but I was looking specifically at this one: https://codesandbox.io/s/o7339qql3z ## Explanation This results in...

bug
high-priority

## Description This ticket is to track interest in Typescript types for Prebid.js. Let me know if you think types would be useful in the ways that you use Prebid.js....

feature
intent to implement
adapter support
pinned

### What problem does this feature solve? Currently the Nuxt documentation refers to .gitignore files for an example for how to use .nuxtignore. However, .gitignore allows the files to be...

enhancement
2.x

**Describe the bug** In the `@nuxt/typescript-runtime` code [here](https://github.com/nuxt/typescript/blob/master/packages/typescript-runtime/bin/nuxt-ts.js#L6) it references either `@nuxt/cli` or `@nuxt/cli-edge` but these are dependencies of `nuxt`, not `@nuxt/typescript-runtime`. normally this shouldn't be an issue because you'd...