Skip to content

Commit

Permalink
Merge pull request #77 from iambumblehead/fix-minify-issues
Browse files Browse the repository at this point in the history
add loader to mini sequence
  • Loading branch information
iambumblehead authored Jul 22, 2022
2 parents 696191d + 15e007e commit 9b79c6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# changelog

* 1.8.3 _Jul.21.2022_
* 1.8.4 _Jul.21.2022_
* minify sources and dependency, ~13kB smaller
* require newest resolvewithplus package, resolving minification error
* move tests to subdirectory and begin organizing them better
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esmock",
"version": "1.8.3",
"version": "1.8.4",
"license": "ISC",
"readmeFilename": "README.md",
"description": "provides native ESM import mocking for unit tests",
Expand Down Expand Up @@ -60,7 +60,7 @@
"mini:esmockIsLoader": "npx esbuild ./src/esmockIsLoader.js --minify --allow-overwrite --outfile=./src/esmockIsLoader.js",
"mini:esmockLoader": "npx esbuild ./src/esmockLoader.mjs --minify --allow-overwrite --outfile=./src/esmockLoader.mjs",
"mini:esmockModule": "npx esbuild ./src/esmockModule.js --minify --allow-overwrite --outfile=./src/esmockModule.js",
"mini": "npm run mini:esmock && npm run mini:esmockCache && npm run mini:esmockIsLoader && npm run mini:esmockModule",
"mini": "npm run mini:esmock && npm run mini:esmockCache && npm run mini:esmockIsLoader && npm run mini:esmockModule && npm run mini:esmockLoader",
"test-ci": "npm run mini && npm run test",
"prepublishOnly": "npm run test-ci; npm pkg delete scripts",
"lint": "npx eslint . --ext .js,.mjs",
Expand Down

0 comments on commit 9b79c6e

Please sign in to comment.