Skip to content

Commit 65281fc

Browse files
Merge pull request #180 from cloudinary/fix/set-rollup-plugin-typescript2-package-version
chore: add clean true in rollup typescript plugin config
2 parents 6976359 + accfa03 commit 65281fc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/html/rollup.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ export default {
3434
"exclude": [
3535
"tests/**/*.*"
3636
]
37-
}
37+
},
38+
clean: true
3839
}),
3940
commonjs(),
4041
]
41-
};
42+
};

0 commit comments

Comments
 (0)