привет, есть
output: {
// [webpack-rails] must match config.webpack.output_dir
path: path.join(__dirname, '..', 'public', 'client'),
publicPath: //localhost:${devServerPort}/client/,
filename: '[name].js'
},
но по пути http://localhost:3808/client/ меня встречает Cannot GET /client/
что не так?