Skip to content

Commit

Permalink
add node modules loader
Browse files Browse the repository at this point in the history
  • Loading branch information
marleenbarth committed May 11, 2023
1 parent 5a30eac commit 2919a47
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 8 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.12.2-rc.1] - 11.05.2023

### Fixed

* Simple fix to load Twig templates from the `node_modules` folder ([#7](https://github.com/bsi-software/bsi-cx-design-build/pull/7))

## [1.12.1] - 12.04.2023

### Fixed
Expand Down Expand Up @@ -506,7 +512,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.12.1...HEAD
[Unreleased]: https://github.com/bsi-software/bsi-cx-design-build/compare/1.12.2-rc.1...HEAD

[1.12.2-rc.1]: https://github.com/bsi-software/bsi-cx-design-build/compare/1.12.1...1.12.2-rc.1

[1.12.1]: https://github.com/bsi-software/bsi-cx-design-build/compare/1.12.0...1.12.1

Expand Down
18 changes: 15 additions & 3 deletions dist/twing-loader.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/twing-loader.js.map

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

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bsi-cx/design-build",
"version": "1.12.1",
"version": "1.12.2-rc.1",
"description": "A webpack config builder to create a design for BSI CX.",
"private": false,
"engines": {
Expand Down

0 comments on commit 2919a47

Please sign in to comment.