Merge pull request #3726 from PieterGit/201807_webpack_azure

Webpack fixes for Azure
This commit is contained in:
PieterGit
2018-07-26 01:54:07 +02:00
committed by GitHub
3 changed files with 1733 additions and 4228 deletions
+2
View File
@@ -113,6 +113,8 @@ selectNodeVersion
# 3. Install npm packages
if [ -e "$DEPLOYMENT_TARGET/package.json" ]; then
cd "$DEPLOYMENT_TARGET"
echo Installing webpack and webpack-command
eval $NPM_CMD install -g webpack webpack-command
eval $NPM_CMD install --production --scripts-prepend-node-path
exitWithMessageOnError "npm failed"
cd - > /dev/null
+1728 -4225
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -97,8 +97,7 @@
"style-loader": "^0.20.2",
"traverse": "^0.6.6",
"uglify-js": "^3.4.5",
"uuid": "^3.2.1",
"webpack": "^4.16.2"
"uuid": "^3.2.1"
},
"devDependencies": {
"benv": "^3.3.0",
@@ -108,7 +107,8 @@
"moment-locales-webpack-plugin": "^1.0.7",
"should": "^13.2.1",
"supertest": "^3.1.0",
"webpack": "^4.16.2",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^2.1.5"
"webpack-command": "^0.4.1"
}
}