feat(training): release V0.8 自调参 Agent
This commit is contained in:
@@ -86,6 +86,12 @@ export default defineConfig({
|
||||
outDir: '../web-platform-dist',
|
||||
emptyOutDir: true,
|
||||
target: 'es2022',
|
||||
rollupOptions: {
|
||||
input: {
|
||||
main: resolve(dirname(fileURLToPath(import.meta.url)), 'index.html'),
|
||||
tuning: resolve(dirname(fileURLToPath(import.meta.url)), 'tuning.html'),
|
||||
},
|
||||
},
|
||||
modulePreload: { polyfill: false },
|
||||
},
|
||||
worker: { format: 'es' },
|
||||
|
||||
Reference in New Issue
Block a user