rsnext/packages/next/bundles/package.json
Tobias Koppers 681d298bdf
update to webpack 5.50.0 (#27929)
* performance improvements for cache serialization
* disabled cache compression by default (next.js is using webpack default again)
* support hashbang
2021-08-10 19:20:50 +00:00

11 lines
254 B
JSON

{
"dependencies": {
"schema-utils3": "npm:schema-utils@3.0.0",
"webpack-sources3": "npm:webpack-sources@3.2.0",
"webpack5": "npm:webpack@5.50.0"
},
"resolutions": {
"browserslist": "4.16.6",
"caniuse-lite": "1.0.30001228"
}
}