Closed fhqdgv closed 7 years ago
是不是这里引起的 app.get('/*', function (req, res) { res.sendFile(path.join(__dirname, 'docs/src/index.html')) })
demo里面的那个示例是要先配置webpack-dev-middleware的
app.use(require('webpack-dev-middleware')(compiler, { noInfo: true, publicPath: '/' }));
是不是这里引起的 app.get('/*', function (req, res) { res.sendFile(path.join(__dirname, 'docs/src/index.html')) })