a1atscript icon indicating copy to clipboard operation
a1atscript copied to clipboard

JSMP - format global - not helping

Open xmlking opened this issue 10 years ago • 0 comments

I am using a1atscript with JSPM + Typescript in a test project I assumed I can import a1atscript since you added format global in package.json but format global is causing errors. I have remove following to make it work.

jspm_packages/npm/[email protected]/dist/a1atscript.bundle.js

/* */ 
"format global";

xmlking avatar Sep 10 '15 00:09 xmlking