I have
plugins: [
new webpack.DefinePlugin({consts: require(`./development.json`)})
]
in my webpack.config.js
. Config is read once on webpack start, if I change anything in development.json I need to halt the webpack process and run it again.
Is there any way to track file changes for webpack? I don't see anything in sources