Run command after webpack build

后端 未结 7 1771
名媛妹妹
名媛妹妹 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

    0 讨论(0)
提交回复
热议问题