space10-community / conversational-form

Turning web forms into conversations
https://space10-community.github.io/conversational-form/
MIT License
3.8k stars 776 forks source link

ng build --prod error 'Module parse failed: Identifier '__extends' has already been declared (2:9)' #378

Open jafferabbas opened 4 years ago

jafferabbas commented 4 years ago

Error when building for Prod

ERROR in ./node_modules/conversational-form/dist/conversational-form.js 2:9
Module parse failed: Identifier '__extends' has already been declared (2:9)
You may need an appropriate loader to handle this file type.
| import { __extends } from "tslib";

    import { __extends } from "tslib";
    | import { __extends } from "tslib";
    | import { __extends } from "tslib";

Angular version: 7.2.0 conversational-form version: 1.0.2 ts: 3.1.1

ng build works ng build --prod fails

aminbenab commented 4 years ago

Hi guys, Any news regarding this bug ? Is there a solution to this error ? We are using this library on ionic. Thanks !

paras-deshbhratar commented 4 years ago

I am also facing the same issue, would request maintainer of conversational-form to please fix this bug. I am using it in my Angular application v7

larissaborges commented 4 years ago

any news about this issue?

stkuwanda commented 1 year ago

any news on this issue? I am having the same error when deploying to a test environment in prod mode