Skip to content

Commit 7f0e6d5

Browse files
patinthehatPatrick
authored andcommitted
make minimatch and path libs external
1 parent 5d7a09e commit 7f0e6d5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

rollup.vue2-config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ export default {
4545
'stopwatch-node',
4646
'md5',
4747
'multimatch',
48+
'minimatch',
49+
'path',
4850
'@permafrost-dev/pretty-format',
4951
'stacktrace-js',
5052
'xml-formatter',

rollup.vue3-config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ export default {
4545
'stopwatch-node',
4646
'md5',
4747
'multimatch',
48+
'minimatch',
49+
'path',
4850
'@permafrost-dev/pretty-format',
4951
'stacktrace-js',
5052
'xml-formatter',

0 commit comments

Comments
 (0)