I want to use the EPSON JavaScript SDK in my vue (2.6.14) app. I tried to import die epson js file like this:
import epson from '../../public/epos-2.18.0'
Importing the script will result in a parsing error
4:103598 error Parsing error: Deleting local variable in strict mode.
I found something similar here: babel-loader: Module build failed: SyntaxError: Deleting local variable in strict mode, but that did not help me at all.
Is there any common approach to import library's like that?