5 lines
79 B
TypeScript
5 lines
79 B
TypeScript
import wasm from 'vite-plugin-wasm';
|
|
|
|
export default {
|
|
plugins: [wasm()],
|
|
};
|