Skip to content

Commit 14b2415

Browse files
committed
README change
1 parent 70bdef5 commit 14b2415

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ custom:
136136
- echo hello > test
137137
rawFileExtensions: # An array of file extensions to import using the Webpack raw-loader.
138138
- csv # Defaults to ['pem', 'txt']
139+
minifyOptions: # Options for ESBuildMinifyPlugin (https://esbuild.github.io/api/#simple-options)
140+
- keepNames: true # Disable symbol name mangling during minification
139141
experiments: # Give the ability to activate and try out experimental features of Webpack
140142
141143
```

0 commit comments

Comments
 (0)