Skip to content

Commit 989feb1

Browse files
committed
Removed --optimization flag again since not working
1 parent 0adfd06 commit 989feb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular/image-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "ondewo-angular-proto-compiler",
55
"main": "index.js",
66
"scripts": {
7-
"build": "ng build --configuration production --optimization",
7+
"build": "ng build --configuration production",
88
"clean": "rm -rf node_modules",
99
"reinstall": "npm run clean && npm install -g npm@latest && npm install"
1010
},

0 commit comments

Comments
 (0)