无法从NextJS项目外部导入组件

时间:2018-04-05 15:10:43

标签: reactjs nextjs

我的项目结构如下

- components
    - SharedComponent.js
- desktop
    - pages
        - page1.js
    - .next
- mobile
    - pages
        - page1.js
    - .next

有2个NextJs项目。我试图在两个项目之间共享组件。 但是当我尝试在其中一个项目中使用SharedComponents时出现错误。 SharedComponents是一个用JSX编写的React组件。

以下是错误

 error  in ./components/SharedComponent.js
[1] Module parse failed: Unexpected token (98:12)
[1] You may need an appropriate loader to handle this file type.

0 个答案:

没有答案