We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0512baf commit 4baba4dCopy full SHA for 4baba4d
config/docker/Dockerfile
@@ -16,8 +16,8 @@ RUN npm ci --ignore-scripts
16
17
# copy only required for the build files
18
COPY src /build/src
19
-COPY webpack.config.ts tsconfig.json custom.d.ts /build/
20
-COPY config/webpack-utils.ts /build/config/
+COPY webpack.config.js tsconfig.json custom.d.ts /build/
+COPY config/webpack-utils.js /build/config/
21
COPY typings/styled-patch.d.ts /build/typings/styled-patch.d.ts
22
23
RUN npm run bundle:standalone
0 commit comments