Westbrook Johnson
Westbrook Johnson
Sorry, I let this fall way way way off my to-do list, but finally got around to pushing a beta release of the wrapper I'd been working with to NPM:...
> Using the polyfill isn't ideal, but it can be selectively loaded to handle your use case. That's an alternative I can think of. This isn't actually true. When you...
This isn't _that_ much prettier, but not having to push version numbers should make this a little more usable for people: ``` browsers: ['FirefoxHeadlessCustom'], customLaunchers: { FirefoxHeadlessCustom: { base: 'Firefox',...
That makes sense to me! I was pretty haggard after debugging this with a bunch of different preferences and was going full nuclear with the `0`... 💥 If I read...
Hey @thepassle how is this PR coming? Would love to see the `--packagejson` option land, so if there's anything I can do to help with that, please let me know!
Would you be happy/indifferent/annoyed if I reached in for the `package.json` change and submitted a stand alone PR?
I can dive in and see if I fully understand what that means and get back to you. Would you have minute to catch this branch up to `master` today...
Does that mean that these to dos are already done? - merge found CEMs - figure out user-friendly logging for the findDependencies bit I'll start digging in tomorrow!
I just tested `tsc(path.dirname(w.config.module), w.dir, 'es2015', 'es2015')` and it seems to work. The output is now: ``` import Element from '@skatejs/element'; import { render } from 'lit-html'; export default class...
There may be a secondary issue or getting TS to point to the file listed in the `module` property of package.json, but pointing it manually gets this working.