We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3be3b commit e353038Copy full SHA for e353038
packages/dapp-connector-preact/index.html
@@ -11,6 +11,5 @@
11
</head>
12
<body>
13
<div id="app"></div>
14
- <!-- <script prerender type="module" src="/src/index.tsx"></script> -->
15
</body>
16
</html>
packages/dapp-connector-preact/webpack.config.base.js
@@ -93,6 +93,7 @@ module.exports = {
93
util: require.resolve('util/')
94
}
95
},
96
+ stats: 'errors-only',
97
watchOptions: {
98
ignored: ['**/node_modules', distDir]
99
0 commit comments