We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029a88d commit 4107aecCopy full SHA for 4107aec
main.js
@@ -360,6 +360,7 @@ class Main {
360
});
361
},
362
check: () => {
363
+ if (!utils.is.realObject(this.#_helpers.aliases)) { return }
364
const aliasPatterns = this.#_helpers.aliases.getPatterns();
365
if (this.#_config.esmDir) {
366
this.#_helpers.aliases.processFiles(this.#_config.esmDir, aliasPatterns);
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nasriya/postbuild",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "A package that does some tasks after compilation",
5
"main": "main.js",
6
"type": "module",
0 commit comments