Skip to content

Commit

Permalink
🔧 Externalize all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amoutonbrady committed Jul 17, 2021
1 parent f684995 commit 0ec0692
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ const external = [
"@babel/core",
"@babel/preset-typescript",
"babel-preset-solid",
"solid-refresh",
"solid-refresh/babel.js",
"merge-anything"
];

/**
Expand All @@ -29,7 +32,7 @@ const config = {
exports: 'default',
},
],
external,
external,
plugins: [
cleaner({ targets: ['./dist/'] }),
babel({
Expand Down

0 comments on commit 0ec0692

Please sign in to comment.