Babel 6.0.20 Modules feature not work in IE8

后端 未结 3 1862
误落风尘
误落风尘 2020-12-02 09:17

I am trying to export a es6 module in header.js:

export default {
    setHeaderHighlight: function (index) {
        // do somethings
    }
};
<         


        
3条回答
  •  爱一瞬间的悲伤
    2020-12-02 09:44

    I also have the problem, and I wrote a webpack plugin to resolve it. I didn't really know if there is a nicer way to handle it, but it works.

    The module in node_modules also works well.

提交回复
热议问题