[x] Unit or Functional tests are included in the PR
Description:
Changes the behaviour of BTR to remove all css file import/link from the head that exist in the build output. The css is already inlines, the import/link will be added to the body like the entry css is at the moment.
Type: bug
The following has been addressed in the PR:
prettier
as per the readme code style guidelinesDescription:
Changes the behaviour of BTR to remove all css file import/link from the head that exist in the build output. The css is already inlines, the import/link will be added to the body like the entry css is at the moment.
Resolves #282