@ducanh2912/next-pwa@9.1.3
DuCanhGH
released this
30 Jun 13:50
·
99 commits
to master
since this release
Patch Changes
-
4d13948
Thanks @DuCanhGH! - fix(next-pwa): fixed swc-minify crashing build when all swc sources can't be resolved- The new behaviour should be to use
terser-webpack-plugin
'sterserMinify
when they can't be found. - With this patch,
@swc/core
should now be preferred overnext/dist/build/swc
, which makes more sense than the old behaviour. You can now override the selectedswc
.
- The new behaviour should be to use