typeit icon indicating copy to clipboard operation
typeit copied to clipboard

Module parse failed

Open zerosdev opened this issue 1 year ago • 1 comments

I want to use in Nuxt project but thereis an error when importing the package

Module parse failed: Unexpected token (9:37) friendly-errors 13:22:48 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

|   let add = function(steps) {
|     asArray(steps).forEach((step) => {
>       return _q.set(Symbol(step.char?.innerText), buildQueueItem({ ...step }));
|     });
|     return this;

zerosdev avatar Mar 24 '23 03:03 zerosdev

Have you solved the problem yet?

gq2010 avatar Dec 04 '23 01:12 gq2010