File is not written
alessandro308 opened this issue · 1 comments
alessandro308 commented
I'm trying to execute the following code
new WebpackShellPlugin({
onBuildEnd: {
scripts: [
'npx ttag update i18n/en-US.po src/',
'npx ttag update i18n/en-US.adi.po src/',
'npx ttag po2json i18n/en-US.po --format=compact > i18n/en-US.json',
'npx ttag po2json i18n/en-US.adi.po --format=compact > i18n/en-US.adi.json',
],
},
}),
but no output is redirected in the *.json file