Improve service worker store managment

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
Gregoire Parant 2021-08-11 10:01:56 +02:00
parent bced495570
commit 434b112c65
3 changed files with 4 additions and 13 deletions

View file

@ -201,7 +201,7 @@ module.exports = {
MAX_USERNAME_LENGTH: 8,
MAX_PER_GROUP: 4,
DISPLAY_TERMS_OF_USE: false,
NODE_ENV: "development",
NODE_ENV: mode,
}),
],
} as Configuration & WebpackDevServer.Configuration;