1.0.1 • Published 6 years ago
rollup-plugin-glslang v1.0.1
rollup-plugin-glslang
import glslang from 'rollup-plugin-glslang';
export default {
  return {
    ...options,
    plugins: [
      glslang({
        source: './',
        target: './'
      })
    ]
  }
}