4
Chunk.entrypoints: Sử dụng Chunks.groupsIterable và lọc theo instanceof Entrypoint thay thế
Tôi gặp các lỗi sau khi cố gắng khởi động ứng dụng của mình ... > css-modules@1.0.0 start /Users/johnnynolan/Repos/css-modules webpack && mở index.html (node:5706) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead /Users/johnnynolan/Repos/css-modules/node_modules/webpack/lib/Chunk.js:802 throw new Error( ^ Error: Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead at …
91
javascript
npm
webpack