s00d/webpack-shell-plugin-next

File is not written

alessandro308 opened this issue · 1 comments

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

s00d commented

see #3
the problem connected with path