Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a46a3bb869 | ||
|
|
4a2dad60c6 |
@@ -9,7 +9,7 @@ async function main() {
|
|||||||
'src/index.ts'
|
'src/index.ts'
|
||||||
],
|
],
|
||||||
bundle: true,
|
bundle: true,
|
||||||
format: 'cjs',
|
format: 'esm',
|
||||||
minify: production,
|
minify: production,
|
||||||
sourcemap: !production,
|
sourcemap: !production,
|
||||||
sourcesContent: false,
|
sourcesContent: false,
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "gh-scripting-compiler",
|
"name": "gh-scripting-compiler",
|
||||||
"version": "1.1.1",
|
"version": "1.1.3",
|
||||||
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node esbuild.js",
|
"build": "node esbuild.js",
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"paths": {
|
"paths": {
|
||||||
"dcs-script-compiler":[
|
"dcs-script-compiler":[
|
||||||
"../compiler/src/ScriptCompiler.ts"
|
"../../compiler/src/ScriptCompiler.ts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user