Skip to content

Commit a88c6e8

Browse files
committed
fix build
1 parent 1437744 commit a88c6e8

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

frameworks/keyed/wasm-bindgen/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,5 @@ <h1>wasm-bindgen-"keyed"</h1>
4343
<span class="preloadicon glyphicon glyphicon-remove" aria-hidden="true"></span>
4444
</div>
4545
</div>
46-
<script src='bundled-dist/index.js'></script>
4746
</body>
4847
</html>

frameworks/keyed/wasm-bindgen/index.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

frameworks/keyed/wasm-bindgen/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
"js-framework-benchmark": {
77
"frameworkVersion": "0.2.47",
88
"frameworkHomeURL": "https://rustwasm.github.io/docs/wasm-bindgen/",
9+
"customURL": "/bundled-dist",
910
"issues": [772, 1139]
1011
},
1112
"scripts": {
1213
"build-prod": "echo This is a no-op. && echo Due to heavy dependencies, the generated javascript is already provided. && echo If you really want to rebuild from source use: && echo npm run build-prod-force",
13-
"build-prod-force": "rimraf bundled-dist pkg && webpack"
14+
"build-prod-force": "trunk build --release"
1415
},
1516
"repository": {
1617
"type": "git",

0 commit comments

Comments
 (0)