现在尝试了数十种解决方法,但我真的无法让它工作。
我的设置是一个干净的“reactGo”-App(https://github.com/reactGo/reactGo),其中包含 Webpack2。
现在我正在尝试将 react-calendar-timeline ( https://github.com/namespace-ee/react-calendar-timeline ) 带入生活。
这样做之后,你得到的第一个错误是:
D:\Users\Documents\sandbox\reactGo\node_modules\react-calendar-timeline\modules\lib\Timeline.css:1
(function (exports, require, module, __filename, __dirname) { .react-calendar-timeline * { SyntaxError: Unexpected token 。
在 reactGo-Repository 中你可以看到完整的 Webpack 配置。正如我所说,我尝试了几种解决方法,但一切都在其他错误消息中返回。
如果我直接在 calendar-timeline.js 中排除所需的 css 并将其导入我自己的 jsx 文件中,它当然可以工作。但这是一个非常丑陋的解决方法,我想与其他开发人员合作。不能告诉他们我们必须从外部模块中排除一个需求。
你能告诉我这里出了什么问题吗?我没主意了。
谢谢!