From: Yoan Le Clanche Date: Wed, 16 Jun 2021 08:54:18 +0000 (+0200) Subject: Do not use webpack by default X-Git-Tag: 2.1~66^2^2~20^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6bbe42eda4f3c6ea5491a4037e24111f9eb120c8;p=teleforma.git Do not use webpack by default --- diff --git a/app/settings.py b/app/settings.py index 248be5cc..af4cae57 100644 --- a/app/settings.py +++ b/app/settings.py @@ -499,5 +499,5 @@ if DEBUG_TOOLBAR: } -USE_WEBPACK_DEV_SERVER = DEBUG +USE_WEBPACK_DEV_SERVER = False WEBPACK_DEV_SERVER_URL = "http://172.24.104.152:3000/" \ No newline at end of file