應對 Angular Webpack5 缺少預設的 polyfills
Angular 從 v13 開始使用 Webpack5,在引入某個第三方套件後,建置(Build) 遇到錯誤:
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it…