Skip to content

Commit

Permalink
Update esbuild.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewoestreich authored Jan 9, 2021
1 parent d5d9843 commit da6a942
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions esbuild.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ const externalDependencies = Object.keys(pkg.peerDependencies).map(
(key) => key
);

console.log({ externalDependencies });

rimraf(path.resolve(__dirname, './dist'), (error) => {
if (error) {
console.log("error : error removing old build files at './dist' " + error);
Expand Down

0 comments on commit da6a942

Please sign in to comment.