Open reda-z opened 6 years ago
Hello ,
I can't build my apk with --prod flag and I get this issue.( my app is working fine in dev mode.)
Please any help , Here's the code of my tsconfig :
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "declaration": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "lib": [ "dom", "es2015" ], "module": "es2015", "moduleResolution": "node", "sourceMap": true, "target": "es5" }, "include": [ "src//*.ts" ], "exclude": [ "node_modules", "src/*/.spec.ts", "src//tests/*.ts" ], "compileOnSave": false, "atom": { "rewriteTsconfig": false }
}
I also have the same issue mate
Same for me, anyone have an idea ?
You need to remove the 'node_modules' directory inside the package 'ng2-swipe-cards'. Hopefully the error will be gone.
Hello ,
I can't build my apk with --prod flag and I get this issue.( my app is working fine in dev mode.)
Please any help , Here's the code of my tsconfig :
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "declaration": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "lib": [ "dom", "es2015" ], "module": "es2015", "moduleResolution": "node", "sourceMap": true, "target": "es5" }, "include": [ "src//*.ts" ], "exclude": [ "node_modules", "src/*/.spec.ts", "src//tests/*.ts" ], "compileOnSave": false, "atom": { "rewriteTsconfig": false }
}