Skip to content

Commit e7bf111

Browse files
committed
Add Webpack and SWC to technologies
1 parent c410811 commit e7bf111

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

dotcom-rendering/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ We recommend you update your workspace settings to automatically fix formatting
157157
| <img alt="Preact" src="./docs/images/logo-preact.jpg" width="350" /> | DCR is rendered on the server with Preact and uses Preact as the Client-side framework. We use preact-compat to ensure compatability with React modules. |
158158
| <img alt="Emotion CSS-in-JS" src="./docs/images/logo-emotion.png" width="350" /> | [Emotion](https://emotion.sh) is css-in-js library, DCR uses the `css` tagged template literal style to allow CSS copy-pasting. |
159159
| <img alt="Express" src="./docs/images/logo-express.png" width="350" /> | We use [Express](https://expressjs.com/) as a very thin server to communicate with the Frontend endpoint. |
160+
| <img alt="Webpack" src="./docs/images/logo-webpack.png" width="350" /> | [Webpack](https://webpack.js.org/) is used for its dev server and as a bundler our production code. |
161+
| <img alt="SWC" src="./docs/images/logo-swc.png" width="350" /> | [SWC](https://swc.rs/) is used as a Webpack loader that allows for very fast compilation. |
160162
| <img alt="Storybook" src="./docs/images/logo-storybook.jpg" width="350" /> | We use [Storybook](https://storybook.js.org/) to generate [component variations](https://main--63e251470cfbe61776b0ef19.chromatic.com) that are then visual regression tested in [Chromatic](https://www.chromatic.com/). You'll notice `.stories.` files in the repository that define the component variations. |
161163
| <img alt="Chromatic" src="./docs/images/logo-chromatic.jpg" width="350" /> | [Chromatic](https://www.chromatic.com/) is a visual regression testing tool that tests our Storybook components at PR time. |
162164
| <img alt="Jest" src="./docs/images/logo-jest.jpg" width="350" /> | [Jest](https://jestjs.io) is a unit testing tool. You will find Jest tests in the repo with `.test.` filenames. |
328 KB
Loading
233 KB
Loading

0 commit comments

Comments
 (0)