regression on webpack
tttp opened this issue · 1 comments
tttp commented
webpack checks and display the size of the generated js, but it assumes it's into the build folder (it's not, we build into d/xxx)
File sizes after gzip:
ENOENT: no such file or directory, open
for bisect: probably happened in a change between
From https://github.com/fixthestatusquo/proca
400b3ab..82d1970 main -> origin/main
Updating 400b3ab..82d1970
.rescriptsrc.js | 2 +-
package.json | 3 ++-
webpack/output.js | 4 +++-
yarn.lock | 5 +++++
tttp commented
so it seems to be a node version issue. on the latest on 16.x, it works fine