Skip to content

Commit 06853a8

Browse files
NeizanSenpairbucktonExE-Boss
authored
Update package.json: changed pattern "./" to "./*" (#135)
* Update package.json: changed pattern "./" to "./*" On Angular when executes command 'ng build --prod': - Generating browser application bundles...(node:16716) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at {{APP_PATH}}\node_modules\tslib\package.json. Update this package.json to use a subpath pattern like "./*". (Use `node --trace-deprecation ...` to show where the warning was created) * Use both export map syntaxes to support older NodeJS Co-authored-by: ExE Boss <[email protected]> Co-authored-by: Ron Buckton <[email protected]> Co-authored-by: ExE Boss <[email protected]>
1 parent 7012efc commit 06853a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"import": "./modules/index.js",
3333
"default": "./tslib.js"
3434
},
35+
"./*": "./*",
3536
"./": "./"
3637
}
3738
}

0 commit comments

Comments
 (0)