Skip to content

Commit aa1e0ed

Browse files
committed
fix: set stats only in webpack
1 parent fa3be3b commit aa1e0ed

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

packages/dapp-connector-preact/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
</head>
1212
<body>
1313
<div id="app"></div>
14-
<!-- <script prerender type="module" src="/src/index.tsx"></script> -->
1514
</body>
1615
</html>

packages/dapp-connector-preact/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"@cardano-sdk/tx-construction": "workspace:~",
1414
"@cardano-sdk/util": "workspace:~",
1515
"@cardano-sdk/util-dev": "workspace:~",
16+
"@cardano-sdk/util-rxjs": "workspace:~",
1617
"@cardano-sdk/wallet": "workspace:~",
1718
"buffer": "^6.0.3",
1819
"copy-webpack-plugin": "^12.0.2",

packages/dapp-connector-preact/webpack.config.base.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ module.exports = {
9393
util: require.resolve('util/')
9494
}
9595
},
96+
stats: 'errors-only',
9697
watchOptions: {
9798
ignored: ['**/node_modules', distDir]
9899
}

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4587,6 +4587,7 @@ __metadata:
45874587
"@cardano-sdk/tx-construction": "workspace:~"
45884588
"@cardano-sdk/util": "workspace:~"
45894589
"@cardano-sdk/util-dev": "workspace:~"
4590+
"@cardano-sdk/util-rxjs": "workspace:~"
45904591
"@cardano-sdk/wallet": "workspace:~"
45914592
"@preact/preset-vite": ^2.5.0
45924593
babel-loader: ^9.1.3

0 commit comments

Comments
 (0)