Adam Bullmer
Adam Bullmer
Ran across this caveat myself today. The problem, as I noticed it, is that when compiling strings, the text as it was written is passed to the `template.pot` html entities...
Actually, I think the import error is a red herring, possibly due to out of date dependencies of this library
Adding some more info to this. Issue seems to be resolved when turning on sourcemaps for production. Plugin Version: `0.0.24` Ember Version: `2.15.0` `ember-cli-build.js` ```js module.exports = function(defaults) { let...
I'm kinda plagued by this one too. My programmer OCD kicks in if I leave out variables as in other languages it changes the signature of the function. My solution...
maybe there's a scaffolding issue. The idea is that you should always have a polyfill (it's supposed to be a no-op in firefox) and always code around using the `browser`...
Are you using WSL, or are you operating on Windows proper? Could you be more specific for the time frame, and what the computer is doing during that time? 1-5...
> Is there a way to simply copy the original manifest file into the 'build' directory withouth modifications? As it operates today, it should be syncing the `version` (and optionally...
@Darkylin did you change the `manifestSync` option and do you have a version field in your `package.json`
There's been a bit of confusion around this, so I probably need to make the docs more clear around the boilerplate. The default setup should execute your content script when...
I think you'll need to make a background script that is responsible for opening a new tab when the browser action button is clicked. I recommend scaffolding the app with...