2
votes

I am trying to use ag-grid-vue with ES5 (no webpack/babel etc). I get the following error:

Uncaught ReferenceError: exports is not defined at agGridVue.js:3

Does ag-grid-vue work with pure javascript or does it require a transpiler?

1

1 Answers

0
votes

ag-grid-vue doesn't support pure JavaScript - it's written with ES6 in mind I'm afraid.