6 lines
106 B
JavaScript
6 lines
106 B
JavaScript
module.exports = {
|
|
presets: [
|
|
['taro', { framework: 'react', ts: true, compiler: 'vite' }],
|
|
],
|
|
};
|