static-module
static-module copied to clipboard
Module build failed: Error: unsupported type for static module: FunctionDeclaration
I got this in one of my project: `
ModuleBuildError: Module build failed: Error: unsupported type for static module: FunctionDeclaration
at expression:
function fs(e, t, r) {
e = e | 0;
t = t | 0;
r = r | 0;
return lo(e, t, r) | 0;
}
at traverse (/ssd2/home/kapcsandi/scm/frontend2/node_modules/static-module/index.js:301:34)
at walk (/ssd2/home/kapcsandi/scm/frontend2/node_modules/static-module/index.js:224:18)
`