@nx/vite 23.0.0-rc.4 → 23.1.0-beta.0

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/README.md CHANGED
@@ -7,13 +7,12 @@
7
7
 
8
8
  <div style="text-align: center;">
9
9
 
10
- [![CircleCI](https://circleci.com/gh/nrwl/nx.svg?style=svg)](https://circleci.com/gh/nrwl/nx)
11
10
  [![License](https://img.shields.io/npm/l/@nx/workspace.svg?style=flat-square)]()
12
11
  [![NPM Version](https://badge.fury.io/js/nx.svg)](https://www.npmjs.com/package/nx)
13
12
  [![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)]()
14
13
  [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
15
- [![Join the chat at https://gitter.im/nrwl-nx/community](https://badges.gitter.im/nrwl-nx/community.svg)](https://gitter.im/nrwl-nx/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
16
14
  [![Join us on the Official Nx Discord Server](https://img.shields.io/discord/1143497901675401286?label=discord)](https://go.nx.dev/community)
15
+ [![Nx Sandboxing](https://staging.nx.app/workspaces/62d013ea0852fe0a2df74438/sandbox-badge.svg)](https://nx.dev/docs/features/ci-features/sandboxing)
17
16
 
18
17
  </div>
19
18
 
@@ -8,4 +8,4 @@ export declare function createBuildableTsConfig(projectRoot: string, options: {
8
8
  tsConfig?: string;
9
9
  buildLibsFromSource?: boolean;
10
10
  }, context: ExecutorContext): string;
11
- export declare function loadViteDynamicImport(): Promise<typeof import("vite")>;
11
+ export declare function loadViteDynamicImport(): Promise<typeof import('vite')>;
@@ -166,7 +166,6 @@ function editTsConfig(tree, options) {
166
166
  config.compilerOptions = {
167
167
  jsx: 'react-jsx',
168
168
  allowJs: false,
169
- esModuleInterop: false,
170
169
  allowSyntheticDefaultImports: true,
171
170
  strict: true,
172
171
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/vite",
3
- "version": "23.0.0-rc.4",
3
+ "version": "23.1.0-beta.0",
4
4
  "private": false,
5
5
  "type": "commonjs",
6
6
  "files": [
@@ -101,13 +101,13 @@
101
101
  "semver": "^7.6.3",
102
102
  "tslib": "^2.3.0",
103
103
  "ajv": "^8.0.0",
104
- "@nx/devkit": "23.0.0-rc.4",
105
- "@nx/js": "23.0.0-rc.4",
106
- "@nx/vitest": "23.0.0-rc.4"
104
+ "@nx/devkit": "23.1.0-beta.0",
105
+ "@nx/js": "23.1.0-beta.0",
106
+ "@nx/vitest": "23.1.0-beta.0"
107
107
  },
108
108
  "devDependencies": {
109
- "@nx/eslint": "23.0.0-rc.4",
110
- "nx": "23.0.0-rc.4"
109
+ "@nx/eslint": "23.1.0-beta.0",
110
+ "nx": "23.1.0-beta.0"
111
111
  },
112
112
  "peerDependencies": {
113
113
  "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"