File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ APP_API_TARGET=http://192.168.1.2:3030
19
19
# other
20
20
APP_DEV_SERVER_PORT = 3001
21
21
NODE_PATH = ./src
22
- UNIVERSAL_WEBPACK_CSS_LOADER_V3 = true
22
+ UNIVERSAL_WEBPACK_CSS_LOADER_V4 = true
23
23
# ##< app ###
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ APP_API_TARGET=http://192.168.1.2:3030
19
19
# other
20
20
APP_DEV_SERVER_PORT =
21
21
NODE_PATH = ./src
22
- UNIVERSAL_WEBPACK_CSS_LOADER_V3 = true
22
+ UNIVERSAL_WEBPACK_CSS_LOADER_V4 = true
23
23
# ##< app ###
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ENV APP_PUBLIC_PATH="/universal-redux/"
8
8
ENV BABEL_ENV="production"
9
9
ENV NODE_ENV="production"
10
10
ENV NODE_PATH="/app/src"
11
- ENV UNIVERSAL_WEBPACK_CSS_LOADER_V3 ="true"
11
+ ENV UNIVERSAL_WEBPACK_CSS_LOADER_V4 ="true"
12
12
13
13
# Project
14
14
COPY ./ /app/
You can’t perform that action at this time.
0 commit comments