我只是使用简单的grunt-webpack而且它无法正常工作。 总是得到404.我需要使用Angular 2路由器我可以看到webpack-dev-server无法正常工作,不服务。
在我试过的配置中:
output: {
path: root(folder.build.dist.root),
publicPath: '/',
filename: '[name].js',
chunkFilename: '[id].chunk.js'
},
devServer: {
historyApiFallback: {
index: '/index.html'
},
stats: true,
inline: true,
progress: true
}
答案 0 :(得分:0)
"webpack-dev-server": {
options: {
webpack: webpackConfigDev,
},
'cory-run': webpackConfigDev.devServer
},