Skip to content

Commit 36c1c07

Browse files
committed
Version_0.0.2
1 parent ebe5ce9 commit 36c1c07

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

esm/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export function uniWebviewJS() {
1616
if (config.env.VITE_SSR === 'true' || config.env.VITE_SSR === true) {
1717
isSSR = true;
1818
}
19-
console.log(config);
2019
}
2120
};
2221
}

scripts/release.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const packageJson = require('../package.json');
2-
const shell = require('shelljs');
1+
import shell from 'shelljs';
2+
import packageJson from '../package.json' assert { type: "json" };
33

44
shell.exec('npm run tsc');
55
shell.exec('npm run build');

0 commit comments

Comments
 (0)