现在尝试了几十种解决方法,我真的无法让它发挥作用。
我的设置是一个干净的“reactGo”-App(https://github.com/reactGo/reactGo),其中包含Webpack2。
现在我正在尝试将react-calendar-timeline(https://github.com/namespace-ee/react-calendar-timeline)变为现实。
执行此操作后,您遇到的第一个错误是:
d:\用户\文档\沙箱\ reactGo \ node_modules \反应-日历时间表\模块\ lib中\ Timeline.css:1
(function(exports,require,module,__ filename,__ dirname){。rest-calendar-timeline * {SyntaxError:Unexpected token。
在reactGo-Repository中,您可以看到完整的Webpack配置。正如我所说,我尝试了几种解决方法,但所有内容都会返回其他错误消息。
如果我直接在calendar-timeline.js中排除所需的css并将其导入我自己的jsx文件中,那当然可以。但这是一个非常难看的解决方法,我想与其他开发人员合作。不能告诉他们我们必须从外部模块中排除一个要求。
你能告诉我这里出了什么问题吗?我没有想法。
谢谢!