erichaus
erichaus
just ran into this with `const _url = new URL(url)`
I tried creating `config/fastboot.js` with the following code but it doesn't seem to work? ``` const { URL } = require('url'); module.exports = function() { return { buildSandboxGlobals(defaultGlobals) { return...
@nag5000 thank you for the suggestion, I indeed am on 2.2.2 I tried using that code but I get the following error (local dev server) ``` Error: Could not find...
@simonihmig I've been struggling trying to get this to work in my app, even when using sandbox globals as below: ``` const { URL } = require('url'); module.exports = function()...
@SergeAstapov @kiwiupover just hit this same error when adding a redirect for a base route... and it exposes my prod s3 bucket when fastboot returns the redirect body from above!...
Any update? Trying to use this with expo and it's not working.
what's the rationale for having to declare the icons in config/icons.js vs in ember-cli-build.js which is where most other addons do their config?
I just added this to get around it until ember-ast-helpers is updated in this: ``` "resolutions": { "@fortawesome/ember-fontawesome/**/ember-ast-helpers": "^0.4.0" } ```
any movement on this?
getting the same with or without monospace font in latest expo project