mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-27 23:01:33 +00:00
Stepper integration impl (#955)
This commit is contained in:
@ -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({
|
||||
|
Reference in New Issue
Block a user