Skip to content

Commit 66bb442

Browse files
committed
chore: switch to Rollup
1 parent 1d37740 commit 66bb442

File tree

4 files changed

+3867
-13343
lines changed

4 files changed

+3867
-13343
lines changed

.terserrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const isDev = process.env.NODE_ENV !== "production"
22
const isTest = process.env.NODE_ENV === "test"
33

4-
module.exports = {
4+
export default {
55
// "module": false, // controlled by Parcel
66
"compress": {
77
"global_defs": {

0 commit comments

Comments
 (0)