You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.
Action deployment hangs forever when having a dependency to openwhisk module + parcel minification on build
Actual Behaviour/Reproduce Scenario (including but not limited to)
npm install openwhisk
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
The text was updated successfully, but these errors were encountered:
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
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Action deployment hangs forever when having a dependency to
openwhisk
module + parcel minification on buildActual Behaviour/Reproduce Scenario (including but not limited to)
npm install openwhisk
const openwhisk = require('openwhisk')
on top ofactions/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
The text was updated successfully, but these errors were encountered: