Skip to content

Commit

Permalink
fix(semantic-release-plugin): Format output to mjs file
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Nov 3, 2023
1 parent 7d8fd64 commit 2175391
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/semantic-release-plugin/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,19 @@
"esbuildOptions": {
"banner": {
"js": "import { fileURLToPath as _fileURLToPath } from 'url';\nimport _path from 'node:path';\nimport { createRequire as topLevelCreateRequire } from 'module';\nconst require = topLevelCreateRequire(import.meta.url);\nconst __filename = _fileURLToPath(import.meta.url);\nconst __dirname = _path.dirname(__filename);"
},
"outExtension": {
".js": ".mjs"
}
},
"assets": [
{
"input": "packages/git-tools",
"input": "packages/semantic-release-plugin",
"glob": "README.md",
"output": "/"
},
{
"input": "packages/git-tools",
"input": "packages/semantic-release-plugin",
"glob": "CHANGELOG.md",
"output": "/"
},
Expand Down

0 comments on commit 2175391

Please sign in to comment.