mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Merge pull request #3726 from PieterGit/201807_webpack_azure
Webpack fixes for Azure
This commit is contained in:
@@ -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
|
||||
|
||||
Generated
+1728
-4225
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user