Skip to content

Commit

Permalink
Fix WebPack error: "Default condition should be last one"
Browse files Browse the repository at this point in the history
  • Loading branch information
shuckster committed Dec 21, 2021
1 parent e8c72b7 commit 335fa8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.10.4] - 2021-12-21

### Fixed

- Fix WebPack error: "Default condition should be last one"

## [1.10.3] - 2021-11-26

### Updated
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -15,10 +15,10 @@
"main": "./dist/match-iz.cjs.js",
"module": "dist/match-iz.esm.js",
"exports": {
"default": "./dist/match-iz.cjs.js",
"import": "./dist/match-iz.esm.js",
"browser": "./dist/match-iz.browser.js",
"require": "./dist/match-iz.cjs.js"
"require": "./dist/match-iz.cjs.js",
"default": "./dist/match-iz.cjs.js"
},
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit 335fa8f

Please sign in to comment.