We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd753c commit 184efa0Copy full SHA for 184efa0
packages/create-plugin/templates/common/.config/rspack/rspack.config.ts
@@ -171,9 +171,6 @@ const config = async (env): Promise<Configuration> => {
171
},
172
173
output: {
174
- clean: {
175
- keep: new RegExp(`(.*?_(amd64|arm(64)?)(.exe)?|go_plugin_build_manifest)`),
176
- },
177
filename: '[name].js',
178
chunkFilename: env.production ? '[name].js?_cache=[contenthash]' : '[name].js',
179
library: {
0 commit comments