Skip to content

Commit

Permalink
update rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat authored and Patrick committed Mar 1, 2021
1 parent fe48285 commit f83a3f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ export default {
nodeResolve(),
typescript(),
],
external: ['axios', 'find-up', 'dayjs', 'stopwatch-node', 'md5', 'pretty-format', 'stacktrace-js', 'xml-formatter', 'uuid'],
external: ['axios', 'find-up', 'dayjs', 'stopwatch-node', 'md5', '@permafrost-dev/pretty-format', 'stacktrace-js', 'xml-formatter', 'uuid'],
};
2 changes: 1 addition & 1 deletion rollup.web-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ export default {
nodeResolve(),
typescript(),
],
external: ['axios', 'dayjs', 'stopwatch-node', 'md5', 'pretty-format', 'stacktrace-js', 'xml-formatter', 'uuid'],
external: ['axios', 'dayjs', 'stopwatch-node', 'md5', '@permafrost-dev/pretty-format', 'stacktrace-js', 'xml-formatter', 'uuid'],
};

0 comments on commit f83a3f8

Please sign in to comment.