feat: temparily save
This commit is contained in:
12
apps/playground/rsbuild.config.ts
Normal file
12
apps/playground/rsbuild.config.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { defineConfig } from '@rsbuild/core';
|
||||
|
||||
export default defineConfig({
|
||||
html: {
|
||||
template: './src/index.html',
|
||||
},
|
||||
source: {
|
||||
decorators: {
|
||||
version: 'legacy',
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user