Skip to content

Commit 4740758

Browse files
committed
Change environment variable UNIVERSAL_WEBPACK_CSS_LOADER_V3 to UNIVERSAL_WEBPACK_CSS_LOADER_V4
1 parent b9bda41 commit 4740758

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ APP_API_TARGET=http://192.168.1.2:3030
1919
# other
2020
APP_DEV_SERVER_PORT=3001
2121
NODE_PATH=./src
22-
UNIVERSAL_WEBPACK_CSS_LOADER_V3=true
22+
UNIVERSAL_WEBPACK_CSS_LOADER_V4=true
2323
###< app ###

.env.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ APP_API_TARGET=http://192.168.1.2:3030
1919
# other
2020
APP_DEV_SERVER_PORT=
2121
NODE_PATH=./src
22-
UNIVERSAL_WEBPACK_CSS_LOADER_V3=true
22+
UNIVERSAL_WEBPACK_CSS_LOADER_V4=true
2323
###< app ###

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV APP_PUBLIC_PATH="/universal-redux/"
88
ENV BABEL_ENV="production"
99
ENV NODE_ENV="production"
1010
ENV NODE_PATH="/app/src"
11-
ENV UNIVERSAL_WEBPACK_CSS_LOADER_V3="true"
11+
ENV UNIVERSAL_WEBPACK_CSS_LOADER_V4="true"
1212

1313
# Project
1414
COPY ./ /app/

0 commit comments

Comments
 (0)