hellolin

Results 3 issues of hellolin

Hi, These days I'm working on a Simplified Chinese translation of the ACL documentation, and I would like to ask if you'd be willing to add the translation to this...

### Type - [x] File icon - [ ] Folder icon ### Context and associations - [`nx.json`](https://nx.dev/reference/nx-json), [`project.json`](https://nx.dev/reference/project-configuration) - [`.nxignore`](https://nx.dev/reference/nxignore) ### References https://nx.dev/brands

icon request

Resolve #180. Pass the modules we want to externalise and their links to `externalModules`: ``` js monkey({ // ... build: { externalModules: { react: 'https://esm.sh/[email protected]', 'react-dom': 'https://esm.sh/[email protected]', }, }, }),...