manfredsteyer / module-federation-plugin-example

258 stars 177 forks source link

ng serve not working with module federation and angular 11 #3

Open bipin-nepular opened 3 years ago

bipin-nepular commented 3 years ago

ng serve does not work when i use multiple lines of styles or scripts inside angular .json like below. However, if include only single line there, it works fluently.... your help shall be highly appreciated... .... styles:[ "node_modules/bootstrap/dist/css/bootstrap.min.css", "projects/shell/src/styles.css" ] ....