Skip to content

Commit e65d50e

Browse files
committed
small formatng in webpack config
1 parent fce3537 commit e65d50e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import HtmlWebpackPlugin from 'html-webpack-plugin'
33
import TerserPlugin from 'terser-webpack-plugin'
44

55
const externalsBase = {
6-
fs: 'null',
6+
'fs': 'null',
77
'node-fetch': 'fetch',
88
'isomorphic-fetch': 'fetch',
9-
xmldom: 'window',
9+
'xmldom': 'window',
1010
'text-encoding': 'TextEncoder',
1111
'whatwg-url': 'window',
1212
'@trust/webcrypto': 'crypto'

0 commit comments

Comments
 (0)