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
Enhancement for evaluating expressions (cncjs#444)
* Enhancement for evaluating expressions
* Centralize global objects in one place
* Rename context to vars
* eslint fixes
* Update variables
* Update package.json
Build improvements (cncjs#366)
* Use Node.js 10 to run docker build
* Use webpack-node-externals to exclude node_modules
* Update package dependencies
* Update Dockerfile
* Use Node.js v8 to build docker image