We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8aceb0 + 403d1e4 commit 36641d9Copy full SHA for 36641d9
README.md
@@ -137,7 +137,7 @@ custom:
137
rawFileExtensions: # An array of file extensions to import using the Webpack raw-loader.
138
- 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
+ keepNames: true # Disable symbol name mangling during minification
141
experiments: # Give the ability to activate and try out experimental features of Webpack
142
143
```
0 commit comments