mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
87968: Turn off preserveWhitespaces by default
And set to true explicitly for MyDSpace action components to preserve look (see https://github.com/DSpace/dspace-angular/issues/903#issuecomment-713013310)
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
"src/**/mocks/*"
|
||||
],
|
||||
"angularCompilerOptions": {
|
||||
"entryModule": "./src/modules/app/browser-app.module#BrowserAppModule",
|
||||
"preserveWhitespaces": true
|
||||
"entryModule": "./src/modules/app/browser-app.module#BrowserAppModule"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user