无法运行Webpack Intro - webpack-dev-server

时间:2016-07-12 16:47:53

标签: angular webpack

我在https://angular.io/docs/ts/latest/guide/webpack.html处完成了介绍,我能够在生产模式下构建和运行。我无法获得开发模式

webpack-dev-server --inline --progress --port 8080

70% 1/1 build modulesC:\angular2-webpack\node_modules\webpack\lib\NormalModuleFactory.js:72
                   var elements = request.replace(/^-?!+/, "").replace(/!!+/g, "!").split("!");
                                         ^
ypeError: Cannot read property 'replace' of undefined

这里的任何指示都会有所帮助

2 个答案:

答案 0 :(得分:0)

请尝试通过在开发模式下从上面的命令中删除--inline来运行它。我也遇到了同样的问题但是当我在开发模式下没有使用--inline运行它时,它对我有用..

答案 1 :(得分:0)

缺少 webpack.config.js !拉最新,然后再试一次。 我开始工作了。

问题

Refer This