mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 07:38:12 +08:00
Add wasm-bindgen to Vue config (#38)
This commit is contained in:
committed by
Keavon Chambers
parent
21dca857cd
commit
8741e31c92
@@ -11,7 +11,7 @@ module.exports = {
|
||||
plugins: [
|
||||
new HtmlWebpackPlugin({ title: "Graphite" }),
|
||||
new WasmPackPlugin({
|
||||
crateDirectory: path.resolve(__dirname, "..", "packages", "wasm-bindings"),
|
||||
crateDirectory: path.resolve(__dirname, "wasm"),
|
||||
outDir: path.resolve(__dirname, "pkg"),
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user