Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Cannot deploy action that requiresopenwhisk dependency and that was built with parcel #33

Open
moritzraho opened this issue Aug 15, 2019 · 1 comment
Labels
bug Something isn't working parcel

Comments

@moritzraho
Copy link
Member

Action deployment hangs forever when having a dependency to openwhisk module + parcel minification on build

Actual Behaviour/Reproduce Scenario (including but not limited to)

  1. npm install openwhisk
  2. add const openwhisk = require('openwhisk') on top of actions/hello/index.js
    All of those hang:
    npm run deploy:actions
    aio cna deploy -av
    aio runtime create hello dist/actions/hello.js
    Weird error message, cluttered output with wsk
    wsk action create hello dist/actions/hello.js
@moritzraho moritzraho added bug Something isn't working parcel labels Aug 15, 2019
@moritzraho moritzraho changed the title Cannot deploy action with openwhisk dependency that was built with parcel Cannot deploy action that requiresopenwhisk dependency and that was built with parcel Aug 15, 2019
@devongovett
Copy link
Member

I'm not sure there is enough information here to make this a Parcel issue. Could you look into this more and file an issue on https://github.com/parcel-bundler/parcel with a complete reproduction?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working parcel
Projects
None yet
Development

No branches or pull requests

2 participants