在webpack.config.js文件夹中module.exports中添加:webpack
resolve:{ extensions:[".js", ".jsx", ".json"] //表示文件的后缀名,能够省略不写。 }