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.
1 parent 70bdef5 commit 14b2415Copy full SHA for 14b2415
1 file changed
README.md
@@ -136,6 +136,8 @@ custom:
136
- echo hello > test
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
141
experiments: # Give the ability to activate and try out experimental features of Webpack
142
143
```
0 commit comments