mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 13:56:29 +02:00
Secure with jwt
This commit is contained in:
@@ -29,6 +29,9 @@ const config: Configuration = {
|
||||
banner: 'require("source-map-support").install();',
|
||||
raw: true,
|
||||
}),
|
||||
new webpack.DefinePlugin({
|
||||
localStorage: { getItem: () => null, setItem: () => null, removeItem: () => null },
|
||||
}),
|
||||
],
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user