Damian Senn

Results 16 issues of Damian Senn

Is there a way to import `config/environment.js` in a glimmer application? I haven't found a way yet.

I'm trying to import `clipboard` from npm. This results in `_typeof is not a function` which seems to be a function defined by babel to support es2015 symbols. The imported...

I have updated a website to ember-app-shell 0.5.4 and now a lot of selectors are missing in my `app-shell.html` CSS output of 0.4.1 ```css @charset "UTF-8"; .header-icon > svg >...

### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...

Type: Bug
Package: remix

Let me know if I should deprecate https://www.npmjs.com/package/ember-jquery or give ownership over to you. Although I assume you'd publish this as something like `@ember/jquery`, avoiding confusion over my package is...

We are running remix in ESM mode, but the exports in package.json is pointing to the CommonJS module, which results in the SDK running in CommonJS mode instead of ESM....