Skip to content

Commit 36641d9

Browse files
authored
Merge pull request #328 from michaelwclark/patch-1
Update readme to match test.
2 parents d8aceb0 + 403d1e4 commit 36641d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ custom:
137137
rawFileExtensions: # An array of file extensions to import using the Webpack raw-loader.
138138
- csv # Defaults to ['pem', 'txt']
139139
minifyOptions: # Options for ESBuildMinifyPlugin (https://esbuild.github.io/api/#simple-options)
140-
- keepNames: true # Disable symbol name mangling during minification
140+
keepNames: true # Disable symbol name mangling during minification
141141
experiments: # Give the ability to activate and try out experimental features of Webpack
142142
143143
```

0 commit comments

Comments
 (0)