Stepper integration impl (#955)

This commit is contained in:
Dima
2020-10-12 14:07:28 +03:00
committed by GitHub
parent 0a49f84d08
commit 2792dcfc93
21 changed files with 569 additions and 136 deletions

View File

@ -32,7 +32,7 @@ const config = {
new HtmlWebpackPlugin(),
new WasmPackPlugin({
// TODO use another path somehow
crateDirectory: path.resolve(__dirname, "../../../aquamarine"),
crateDirectory: path.resolve(__dirname, "../../../aquamarine/stepper"),
outDir:path.resolve(__dirname, "./pkg")
}),
new webpack.ProvidePlugin({