I am receiving the following error when doing something as simple as... ```js import Vue from "vue"; import Datatable from 'vue2-datatable-component' Vue.use(Datatable) const app = new Vue().$mount('#app') ``` What's odd is that there is one section of my site doing this and it works perfectly fine. But anytime I try to implement it beyond that it fails. 
I am receiving the following error when doing something as simple as...
What's odd is that there is one section of my site doing this and it works perfectly fine. But anytime I try to implement it beyond that it fails.