ng2-swipe-cards icon indicating copy to clipboard operation
ng2-swipe-cards copied to clipboard

SwipeCard Module issue when build release APK

Open reda-z opened this issue 6 years ago • 3 comments

Hello ,

I can't build my apk with --prod flag and I get this issue.( my app is working fine in dev mode.)

justurk_build

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 }

}

reda-z avatar Nov 02 '18 11:11 reda-z

I also have the same issue mate

Mutondi avatar Dec 19 '18 15:12 Mutondi

Same for me, anyone have an idea ?

AdrienV avatar Apr 02 '19 09:04 AdrienV

You need to remove the 'node_modules' directory inside the package 'ng2-swipe-cards'. Hopefully the error will be gone.

vincent-seibus avatar Oct 16 '19 07:10 vincent-seibus