webpack upgrade

This commit is contained in:
Martina 2021-05-25 15:59:50 -07:00
parent c686488721
commit 3f6dbc84db
3 changed files with 258 additions and 15202 deletions

View File

@ -1,5 +1,7 @@
const withOffline = require("next-offline");
const nextConfig = {};
const nextConfig = {
future: { webpack5: true },
};
module.exports = withOffline(nextConfig);

15455
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -75,6 +75,7 @@
"unified": "^9.2.0",
"universal-cookie": "^4.0.4",
"uuid": "^8.3.2",
"webpack": "^5.37.1",
"ws": "^7.4.3"
},
"devDependencies": {