JavaScript
2
Вклад в тег
config.devServer = {
proxy: [{
path: '/api/',
target: 'http://localhost:3000'
}],
contentBase: './public',
hot: true,
inline: true,
historyApiFallback: {
index: 'index.html'
}
};