mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-29 14:31:04 +00:00
8 lines
103 B
JavaScript
8 lines
103 B
JavaScript
|
export default {
|
||
|
input: 'src/sva.js',
|
||
|
output: {
|
||
|
file: 'build/sva.js',
|
||
|
format: 'esm',
|
||
|
}
|
||
|
}
|