Run command after webpack build

后端 未结 7 1796
名媛妹妹
名媛妹妹 2020-12-04 15:29

I\'d like to run webpack in --watch mode, and run a shell command after each build that synchronizes a folder to another one.

I found this plugin that t

7条回答
  •  星月不相逢
    2020-12-04 16:06

    If you guya want to do it when a specific file gets changed you can use this little plugin I built: https://www.npmjs.com/package/webpack-noodle-plugin

    Hope it can help

提交回复
热议问题