Skip to content

@ducanh2912/[email protected]

Compare
Choose a tag to compare
@DuCanhGH DuCanhGH released this 25 May 09:09
· 173 commits to master since this release
59f1b69

Patch Changes

  • 9045662: fix(next-pwa,compatibility): remove node: protocol from imports

    • We currently don't have a clear version requirement for Node.js, and as such we should support as many versions as possible. It seems that only Node.js 16 and later support node: protocol imports for CJS, so we remove this protocol by using @rollup/plugin-alias. This compatibility patch might be removed in the future though.