如何使用带有webpack的库来编译3个点?

时间:2019-05-12 17:59:39

标签: vue.js webpack gantt-chart

我使用MEVN堆栈(https://github.com/madlabsinc/mevn-cli)从事项目 当我尝试使用3个点编译任何库时遇到错误。 例如,现在我有这个:

in ./node_modules/gantt-elastic/src/GanttElastic.vue?vue&type=script&lang=js&

Module parse failed: Unexpected token (618:12)
You may need an appropriate loader to handle this file type.
|           {},
|           {
|             ...task,
|             id: task[options.taskMapping.id],
|             start: task[options.taskMapping.start],

 @ ./node_modules/gantt-elastic/src/GanttElastic.vue?vue&type=script&lang=js& 1:0-114 1:135-246
 @ ./node_modules/gantt-elastic/src/GanttElastic.vue

我一直在尝试很多组合,通过添加transform-object-rest-spread仍然无法解决问题来解决我的问题... 从.babelrc文件中提取

"env": {
    "test": {
      "presets": ["env", "stage-2"],
      "plugins": ["transform-vue-jsx", "istanbul","transform-object-rest-spread"]
    }
  }
}

请帮助我,并告诉我其他信息是否也可以帮助您:)

0 个答案:

没有答案