mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 13:56:29 +02:00
Adds https support; Fixes prod config
This commit is contained in:
@@ -23,6 +23,9 @@ const getPlugins = () => {
|
||||
...plugins,
|
||||
new webpack.HotModuleReplacementPlugin(),
|
||||
new ReactRefreshWebpackPlugin({ overlay: { sockIntegration: "whm" } }),
|
||||
new webpack.DefinePlugin({
|
||||
process: "process/browser",
|
||||
}),
|
||||
]
|
||||
|
||||
if (!isDev)
|
||||
|
Reference in New Issue
Block a user