rollup-plugin-closure-compiler-js
rollup-plugin-closure-compiler-js copied to clipboard
Working with other plugins?
Hi, I've got a rollup build which involves the TypeScript, commonjs and node-resolve plugins. What's the best way to have the closure plugin work with them? Right now it's breaking on some require
statements which I'm supposing should have been handled by the commonjs plugin.
Could you give me a sample project to reproduce the issue?