alfred icon indicating copy to clipboard operation
alfred copied to clipboard

BUG: alfred-skill-migrate: esm migration failing

Open amilajack opened this issue 7 years ago • 2 comments

screen shot 2018-09-08 at 10 19 24 pm

amilajack avatar Sep 09 '18 05:09 amilajack

  • Try require(...).default instead of require(...).
  • export default can't be nested, but can come after setting a variable via let.

vikr01 avatar Sep 16 '18 22:09 vikr01

yea. This is because of a third party lib we're using. We'll need to patch our deps

amilajack avatar Sep 17 '18 01:09 amilajack