📦️(react) remove public files from build
Those unwanted files were included in the build, thus in the package. Fixes #308
This commit is contained in:
@@ -49,6 +49,7 @@ export default defineConfig(({ mode }) => {
|
||||
},
|
||||
},
|
||||
},
|
||||
copyPublicDir: false,
|
||||
...buildOptions,
|
||||
},
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user