mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 14:27:36 +03:00
10 lines
156 B
JSON
10 lines
156 B
JSON
{
|
|
"scripts": {
|
|
"serve": "webpack-serve ./webpack.config.js"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^4.16.5",
|
|
"webpack-serve": "^2.0.2"
|
|
}
|
|
}
|