mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
remove clean: true from rspack config
This commit is contained in:
parent
6cccf1f412
commit
a6a31d258f
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ export default defineConfig({
|
||||||
path: join(__dirname, "dist"),
|
path: join(__dirname, "dist"),
|
||||||
libraryTarget: "es2022",
|
libraryTarget: "es2022",
|
||||||
iife: true,
|
iife: true,
|
||||||
clean: true,
|
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new rspack.ProvidePlugin({
|
new rspack.ProvidePlugin({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue