@nx/esbuild 21.0.0-beta.7 → 21.0.0-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/README.md +0 -68
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nx/esbuild",
|
3
|
-
"version": "21.0.0-beta.
|
3
|
+
"version": "21.0.0-beta.9",
|
4
4
|
"private": false,
|
5
5
|
"description": "The Nx Plugin for esbuild contains executors and generators that support building applications using esbuild",
|
6
6
|
"repository": {
|
@@ -31,8 +31,8 @@
|
|
31
31
|
"migrations": "./migrations.json"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@nx/devkit": "21.0.0-beta.
|
35
|
-
"@nx/js": "21.0.0-beta.
|
34
|
+
"@nx/devkit": "21.0.0-beta.9",
|
35
|
+
"@nx/js": "21.0.0-beta.9",
|
36
36
|
"tinyglobby": "^0.2.12",
|
37
37
|
"picocolors": "^1.1.0",
|
38
38
|
"tsconfig-paths": "^4.1.2",
|
package/README.md
DELETED
@@ -1,68 +0,0 @@
|
|
1
|
-
<p style="text-align: center;">
|
2
|
-
<picture>
|
3
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
|
4
|
-
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
|
5
|
-
</picture>
|
6
|
-
</p>
|
7
|
-
|
8
|
-
<div style="text-align: center;">
|
9
|
-
|
10
|
-
[](https://circleci.com/gh/nrwl/nx)
|
11
|
-
[]()
|
12
|
-
[](https://www.npmjs.com/@nx/workspace)
|
13
|
-
[]()
|
14
|
-
[](http://commitizen.github.io/cz-cli/)
|
15
|
-
[](https://gitter.im/nrwl-nx/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
16
|
-
[](https://go.nx.dev/community)
|
17
|
-
|
18
|
-
</div>
|
19
|
-
|
20
|
-
|
21
|
-
<hr>
|
22
|
-
|
23
|
-
# Nx: Smart Monorepos · Fast CI
|
24
|
-
|
25
|
-
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
26
|
-
|
27
|
-
This package is a [EsBuild plugin for Nx](https://nx.dev/nx-api/esbuild).
|
28
|
-
|
29
|
-
## Getting Started
|
30
|
-
|
31
|
-
### Creating an Nx Workspace
|
32
|
-
|
33
|
-
**Using `npx`**
|
34
|
-
|
35
|
-
```bash
|
36
|
-
npx create-nx-workspace
|
37
|
-
```
|
38
|
-
|
39
|
-
**Using `npm init`**
|
40
|
-
|
41
|
-
```bash
|
42
|
-
npm init nx-workspace
|
43
|
-
```
|
44
|
-
|
45
|
-
**Using `yarn create`**
|
46
|
-
|
47
|
-
```bash
|
48
|
-
yarn create nx-workspace
|
49
|
-
```
|
50
|
-
|
51
|
-
### Adding Nx to an Existing Repository
|
52
|
-
|
53
|
-
Run:
|
54
|
-
|
55
|
-
```bash
|
56
|
-
npx nx@latest init
|
57
|
-
```
|
58
|
-
|
59
|
-
## Documentation & Resources
|
60
|
-
|
61
|
-
- [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev)
|
62
|
-
- [Intro to Nx](https://nx.dev/getting-started/intro)
|
63
|
-
- [Official Nx YouTube Channel](https://www.youtube.com/@NxDevtools)
|
64
|
-
- [Blog Posts About Nx](https://nx.dev/blog)
|
65
|
-
|
66
|
-
<p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
|
67
|
-
width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
|
68
|
-
|