Skip to content

Commit ff518c9

Browse files
committed
Docs(readme): update README.md, add css-modules description
1 parent e235c45 commit ff518c9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM node:alpine
22

3-
ENV NODE_ENV=production
43
WORKDIR /usr/src/app
54
COPY . /usr/src/app/
65

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
* [x] [materialize](http://materializecss.com/) - a modern responsive front-end framework based on Material Design
3030
* [x] [sass](https://github.com/sass/sass) - CSS pre-processors
3131
* [x] [postcss](https://github.com/postcss/postcss) - CSS post-processor
32+
* [x] [css-modules](https://github.com/css-modules/css-modules) - For default scoped local css.
3233
* [x] [typescript](https://github.com/Microsoft/TypeScript) - a typed superset of javascript that scales
3334
* [x] [webpack 4](https://github.com/webpack/webpack) - module bundler
3435
* [x] [webpack-dev-server](https://github.com/webpack/webpack-dev-server) - serves a webpack app in development mode with hot reload

0 commit comments

Comments
 (0)