Skip to content

Commit bf21c52

Browse files
Merge pull request #133 from slinkydeveloper/fix_node_example
Node example now builds
2 parents 362492f + c57be0b commit bf21c52

File tree

3 files changed

+1380
-1160
lines changed

3 files changed

+1380
-1160
lines changed

example-projects/reqwest-wasm-example/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import $ from 'jquery';
22

3-
import 'bootstrap/dist/css/bootstrap.min.css';
43
import 'bootstrap';
4+
import 'bootstrap/dist/css/bootstrap.min.css';
55

66
import("./pkg").then(rustModule => {
77
$(document).ready(function () {

0 commit comments

Comments
 (0)