I have developed a standalone TypeScript library for rendering purposes, and I have installed it in the Vue.js project. But whenever I try to build the Vue.js project after importing and using a class from this library I get the build error saying:
ERROR in ./node_modules/standalone-library/dist/bundle.es.min.js 66:144935
Module parse failed: Unexpected token (66:144935)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
I don't know how to solve this particular issue.