Skip to content

Commit

Permalink
=fix: change JS esm module type to CommonJS
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 29, 2024
1 parent 046a788 commit 9d9d60d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@
"cache": true
},
"nx-release-publish": {
"dependsOn": [
{
"projects": ["self"],
"target": "build"
},
{
"projects": ["dependencies"],
"target": "nx-release-publish"
}
]
},
"lint": {
"executor": "@nx/linter:eslint",
Expand Down Expand Up @@ -86,7 +76,7 @@
"plugins": [
"./examples/e2e/cli-e2e-original/tooling/original.plugin.ts",
{
"plugin": "./projects/nx-verdaccio/src/index.ts",
"plugin": "./dist/projects/nx-verdaccio/src/index.js",
"options": {
"packages": {
"filterByTags": ["publishable"]
Expand Down
2 changes: 1 addition & 1 deletion projects/nx-verdaccio/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "esnext",
"module": "CommonJS",
"target": "ES2018",
"verbatimModuleSyntax": false
},
Expand Down

0 comments on commit 9d9d60d

Please sign in to comment.