6 lines
68 B
TypeScript
6 lines
68 B
TypeScript
export default {
|
|
base: './',
|
|
build: {
|
|
sourcemap: true
|
|
}
|
|
}
|