Skip to content

Commit e353038

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

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-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/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
}

0 commit comments

Comments
 (0)