[CORE] webpack import function not working inside components

example:

data (){
   return {
     module: import('some-module)
   }
}

throws error;