File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,8 @@ COPY tasks/app/example-website/build /app/tasks/app/example-website/
7474RUN make app:example-website:build && make clean:dev
7575
7676COPY src/api-umbrella/web-app/assets /app/src/api-umbrella/web-app/assets
77- COPY src/api-umbrella/web-app/webpack.config.js /app/src/api-umbrella/web-app/webpack.config.js
77+ COPY src/api-umbrella/web-app/package.json /app/src/api-umbrella/web-app/package.json
78+ COPY src/api-umbrella/web-app/vite.config.js /app/src/api-umbrella/web-app/vite.config.js
7879COPY tasks/app/web-app/precompile /app/tasks/app/web-app/
7980RUN make app:web-app:precompile && make clean:dev
8081
Original file line number Diff line number Diff line change @@ -290,7 +290,8 @@ tasks:
290290 sources :
291291 - ./build/work/stamp/app-deps/web-app/pnpm
292292 - ./src/api-umbrella/web-app/assets/**/*.scss
293- - ./src/api-umbrella/web-app/webpack.config.js
293+ - ./src/api-umbrella/web-app/package.json
294+ - ./src/api-umbrella/web-app/vite.config.js
294295 - ./tasks/app/web-app/precompile
295296 - ./tasks/helpers.sh
296297 generates :
You can’t perform that action at this time.
0 commit comments