kintone/js-sdk

plugin.zip are not generated when `webpack --watch`

shintaroNagata opened this issue · 0 comments

Target Package

  • @kintone/webpack-plugin-kintone-plugin v5.0.32

Environment

  • Operating System: macOS Big Sur
  • Node.js version: v16.13.0

Current Behavior

When I execute webpack --watch, my plugin codes are compiled successfully, but plugin.zip are not generated.
(When I give some changes to my codes, my codes are recompiled, and plugin.zip are generated correctly.)

Expected Behavior

plugin.zip are always generated even I execute webpack --watch.