arielsalminen / vue-design-system

An open source tool for building UI Design Systems with Vue.js
https://vueds.com
MIT License
2.17k stars 224 forks source link

Feature/fix ie11 buble #180

Open lukenofurther opened 5 years ago

lukenofurther commented 5 years ago

Fixes issue #158, as suggested in this vue-styleguidist issue.

Note that the first commit simply commits changes that appear in package-lock.json after running the initial npm install.

nplowman commented 5 years ago

Adding a note for anyone else who encountered this:

I found that I had to include acorn-jsx like this: resolve("node_modules/acorn-jsx"), rather than like this: resolve("node_modules/buble/node_modules/acorn-jsx"), for it to work.

I think whether or not you have the nested node_module paths might depend on the version of node you are using.

arapd commented 5 years ago

This issue is essential to work with IE11. Is there a plan to merge this PR and release a version soon?