手动搭建react项目,如果需要使用import导入模块,那么设定package.json中的“顶级”字段type为“module”。也可以使用require而不是import来引入React和其他依赖项。