Tags
docker
Created
Apr 11, 2018 9:51 AM
docker webpack: not found
Since webpack is installed as part of the devDependencies section of the package.json, it won't run as part of a production-ready application.
设置环境变量:NPM_CONFIG_PRODUCTION=false
docker webpack: not found
Since webpack is installed as part of the devDependencies section of the package.json, it won't run as part of a production-ready application.
设置环境变量:NPM_CONFIG_PRODUCTION=false