Skip to content

Commit

Permalink
Merge pull request #785 from thewtex/bindgen-fixes
Browse files Browse the repository at this point in the history
Bindgen fixes
  • Loading branch information
thewtex authored Mar 10, 2023
2 parents 691ddf0 + e17b2eb commit 5d82606
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/bindgen/typescript-resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div id="app">Loading...</div>
<script>
window.$docsify = {
logo: 'dist/demo/logo.svg',
logo: 'test/browser/logo.svg',
name: '<bindgenPackageName>',
repo: ''
}
Expand Down
2 changes: 1 addition & 1 deletion src/bindgen/typescript-resources/rollup.node.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
file: `./dist/bundles/${bundleName}-node.js`,
format: 'es',
sourcemap: true,
plugins: [terser(),],
// plugins: [terser(),],
},
],
plugins: [
Expand Down
2 changes: 1 addition & 1 deletion src/bindgen/typescript-resources/template.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.3.0",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^10.0.1",
"@types/node": "^18.13.0",
"debug": "^4.3.4",
Expand Down

0 comments on commit 5d82606

Please sign in to comment.