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?
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?