Skip to content

Commit

Permalink
add support for custom resource asset rule filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Fabel authored and Oliver Fabel committed Dec 30, 2022
1 parent 8dac56b commit dc5c8fb
Show file tree
Hide file tree
Showing 15 changed files with 297 additions and 118 deletions.
6 changes: 6 additions & 0 deletions .idea/jsLibraryMappings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.11.0] - 30.12.2022

### Fixed

* Type checks in Webpack build config validation.
* Updated dependencies to the latest versions.

### Added

* Config option
for [custom resource asset rule filenames](https://webpack.js.org/configuration/module/#rulegeneratorfilename) using
the `withAssetResourceRuleFilename()` method.

## [1.10.4] - 29.11.2022

### Fixed
Expand Down Expand Up @@ -474,7 +487,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
* Custom JS module support
* Basic setup to publish project as NPM package

[Unreleased]: https://github.com/bsi-software/bsi-cx-design-build/compare/1.10.4...HEAD
[Unreleased]: https://github.com/bsi-software/bsi-cx-design-build/compare/1.11.0...HEAD

[1.11.0]: https://github.com/bsi-software/bsi-cx-design-build/compare/1.10.4...1.11.0

[1.10.4]: https://github.com/bsi-software/bsi-cx-design-build/compare/1.10.3...1.10.4

Expand Down
162 changes: 107 additions & 55 deletions dist/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/main.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit dc5c8fb

Please sign in to comment.