Skip to content

Commit 75b8434

Browse files
committed
Exposing js modules via package.json exports
#343 (comment)
1 parent 82d9238 commit 75b8434

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"vuex": "^3.0.1",
1212
"yarn": "^1.17.3"
1313
},
14+
"exports": {
15+
"./concepts/": "./app/concepts/matestack/ui/core/"
16+
},
1417
"scripts": {
1518
"postinstall": "link-module-alias"
1619
},

0 commit comments

Comments
 (0)