事情经过 使用npm 安装了react使用import * as React from 'react'导入浏览器打开报错 Relative references must start with either "/", "./", or "../". 报错原因 node环境不支持import,npm作为node的包管理器,不支持直接用import来导入npm里面的包 解决办法 利用webapck或者babel处理一下