puncha
puncha
**Current behavior:** For the installed emotion package, `babel-plugin-emotion` is a `dev-dependencies`, but it is in `dependencies` section. I have to install `babel-plugin-emotion` in my production environment. ```javascript { "name": "emotion",...
If I set the "server" property to an external JS file which only exposes two functions as document says: run and listen. Grunt will report such error. So I think...
This is my stack.yml: ``` version: '3' networks: default: driver: overlay services: lb: image: dockercloud/haproxy:1.6.7 volumes: - /var/run/docker.sock:/var/run/docker.sock ports: - 1936:1936 - 8080:8080 app1: image: dockercloud/hello-world networks: - default environment:...