How can I use prototype.js in Meteor?

I have seen that even using custom jQuery version is tricky. So where and how I put import of prototype.js?

Place it in a folder named ‘compatibility’ under /client

1 Like

Thanks! And I should use ‘import’ directive in every file, which uses it or only in some main.js in client folder?

That’s the recommended way, yes