1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00

(bug) fix webpack configuration for production

This commit is contained in:
Sylvain 2022-03-22 20:09:19 +01:00
parent c8753d108a
commit 5f44761e70

View File

@ -34,7 +34,7 @@ const customConfig = {
process: 'process/browser'
}),
isDevelopment && new ReactRefreshWebpackPlugin()
],
].filter(Boolean),
module: {
rules: [
jsErb,