1

我有

plugins: [
   new webpack.DefinePlugin({consts: require(`./development.json`)})
]

在我的webpack.config.js. 配置在 webpack 启动时读取一次,如果我更改 development.json 中的任何内容,我需要停止 webpack 进程并再次运行它。

有没有办法跟踪 webpack 的文件更改?我在来源中没有看到任何内容

4

0 回答 0