Node example now builds
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
This commit is contained in:
parent
362492fa9a
commit
c57be0b99b
|
@ -1,7 +1,7 @@
|
|||
import $ from 'jquery';
|
||||
|
||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
import 'bootstrap';
|
||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
|
||||
import("./pkg").then(rustModule => {
|
||||
$(document).ready(function () {
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -4,18 +4,18 @@
|
|||
"serve": "webpack-dev-server"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wasm-tool/wasm-pack-plugin": "^1.3.1",
|
||||
"css-loader": "^3.5.3",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"style-loader": "^1.2.1",
|
||||
"@wasm-tool/wasm-pack-plugin": "^1.4.0",
|
||||
"css-loader": "^5.2.6",
|
||||
"html-webpack-plugin": "^4.5.2",
|
||||
"style-loader": "^2.0.0",
|
||||
"text-encoding": "^0.7.0",
|
||||
"webpack": "^4.29.4",
|
||||
"webpack-cli": "^3.1.1",
|
||||
"webpack-dev-server": "^3.1.0"
|
||||
"webpack": "^4.46.0",
|
||||
"webpack-cli": "^4.7.2",
|
||||
"webpack-dev-server": "^3.11.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^4.5.0",
|
||||
"jquery": "^3.5.1",
|
||||
"popper.js": "^1.16.1"
|
||||
"bootstrap": "^5.0.2",
|
||||
"jquery": "^3.6.0",
|
||||
"@popperjs/core": "^2.9.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue