We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce3537 commit e65d50eCopy full SHA for e65d50e
1 file changed
webpack.config.js
@@ -3,10 +3,10 @@ import HtmlWebpackPlugin from 'html-webpack-plugin'
3
import TerserPlugin from 'terser-webpack-plugin'
4
5
const externalsBase = {
6
- fs: 'null',
+ 'fs': 'null',
7
'node-fetch': 'fetch',
8
'isomorphic-fetch': 'fetch',
9
- xmldom: 'window',
+ 'xmldom': 'window',
10
'text-encoding': 'TextEncoder',
11
'whatwg-url': 'window',
12
'@trust/webcrypto': 'crypto'
0 commit comments