Vheissu / aurelia-tabs

A dependency free tabs component for your Aurelia applications. Allows you to toggle between sections of content, with supports for dynamically composing views with optional data.
MIT License
17 stars 6 forks source link

Load fail in CLI app #3

Open PeterWone opened 7 years ago

PeterWone commented 7 years ago

This is reported: Unable to get property '__useDefault' of undefined or null reference This

      {
        "name": "aurelia-tabs",
        "path": "../node_modules/aurelia-tabs/dist/amd"
        "main": "index"
      },

seems to behave the same as "Aurelia-tabs",

and the commonjs version is the same except you get some bonus errors claiming that "export is not defined".

jctual commented 7 years ago

I have the same problem. No solution ?

PeterWone commented 7 years ago

I wrote my own ad hoc solution. New projects are more fun than maintenance or finishing things so don't hold your breath.

Vheissu commented 7 years ago

In due time, I'll get around to this. I don't even use this component anymore in any of my projects. I wrote it before the CLI even existed or Webpack for that matter. All of my plugins are on a list to get around too. Open source is hard. It's hard to find the motivation to work on my plugins/update them when I am so focused on my day job that pays the bills and keeps my family fed.

jctual commented 7 years ago

Thanks for your answer. Don't worry, I am now using aurelia-tabbed which is a derivative of your plugin. I works fine.

Thanks for devoting so much effort to open source and to excellent ebook on Aurelia.

Le 11/12/2016 à 02:51, Dwayne Charrington a écrit :

In due time, I'll get around to this. I don't even use this component anymore in any of my projects. I wrote it before the CLI even existed or Webpack for that matter. All of my plugins are on a list to get around too. Open source is hard. It's hard to find the motivation to work on my plugins/update them when I am so focused on my day job that pays the bills and keeps my family fed.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Vheissu/aurelia-tabs/issues/3#issuecomment-266255207, or mute the thread https://github.com/notifications/unsubscribe-auth/AV_sud4i2kQNGN9mTm1H78nUSD2muPAcks5rG1c5gaJpZM4KUTLs.

{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/Vheissu/aurelia-tabs","title":"Vheissu/aurelia-tabs","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/Vheissu/aurelia-tabs"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Vheissu in #3: In due time, I'll get around to this. I don't even use this component anymore in any of my projects. I wrote it before the CLI even existed or Webpack for that matter. All of my plugins are on a list to get around too. Open source is hard. It's hard to find the motivation to work on my plugins/update them when I am so focused on my day job that pays the bills and keeps my family fed."}],"action":{"name":"View Issue","url":"https://github.com/Vheissu/aurelia-tabs/issues/3#issuecomment-266255207"}}}

PeterWone commented 7 years ago

Dwayne, I know all too well how hard it is when you have a day job and a family. Not to mention a book. Maybe you should simply edit the readme.md file so it says UNMAINTAINED and NOT COMPATIBLE WITH CLI. That way you won't cause frustration and wasted time for other people who also have limited spare time.