Skip to content

Commit

Permalink
Improved Angular component bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Oct 24, 2023
1 parent 3628187 commit 62955ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 1.3.3 (tbd)

- Fixed inlined source maps for CSS files of Angular components
- Added implementation for the `FallbackComponent` attribute in `piral-blazor`

## 1.3.2 (October 23, 2023)
Expand Down
1 change: 1 addition & 0 deletions src/converters/piral-ng/extend-webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports =
loader: cssLoader,
options: {
esModule: false,
sourceMap: false,
},
};
const htmlLoaderNoModule = {
Expand Down

0 comments on commit 62955ba

Please sign in to comment.