当我没有webpack.config.js文件时,在哪里添加disableHostCheck

时间:2018-03-29 12:26:49

标签: node.js reactjs webpack

首先,我很抱歉,如果这是一个荒谬的基本问题,请点击此处:

我已经构建了一个create-react-app,因此尽管webpack和webpack-dev-server在我的node-modules文件夹中,但似乎没有webpack.config.js文件供我包含disableHostCheck语句所以我得到一个"无效的主机标题"信息。或者如果使用了create-react-app,我不需要改变任何东西。以防万一它有助于我的package.json看起来像这样:

{
  "name": "recipe",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "axios": "^0.18.0",
    "express": "^4.16.3",
    "fetch": "^1.1.0",
    "prop-types": "^15.6.0",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "react-scripts": "1.1.0"
  },
  "proxy": "http://localhost:8081",
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject"
  }
}

如您所见,我已将API代理为8081,并且我在8080上运行React。谢谢。

2 个答案:

答案 0 :(得分:0)

您应该首先运行“ npm run弹出”以使所有反应脚本,配置等可见。之后,您应该能够在“ config”文件夹中看到webpack.config文件。

答案 1 :(得分:-1)

对我来说,它位于/node_modules/react-scripts/config/webpackDevServer.config.js