mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 05:46:28 +02:00
Remove localStorage support because it breaks ssr
This commit is contained in:
@@ -30,7 +30,6 @@ const config: Configuration = {
|
||||
raw: true,
|
||||
}),
|
||||
new webpack.DefinePlugin({
|
||||
localStorage: { getItem: () => null, setItem: () => null, removeItem: () => null },
|
||||
"location.protocol": "http:",
|
||||
}),
|
||||
],
|
||||
|
Reference in New Issue
Block a user