For example this config: ``` utils.pluginExec({ when: 'watch', script: 'node dist/server/index.js', blocking: false, }), ``` logs nothing when file name is `dist/server/index.mjs` instead `dist/server/index.js`
For example this config:
logs nothing when file name is
dist/server/index.mjsinsteaddist/server/index.js