We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e667e0d commit be9ce2aCopy full SHA for be9ce2a
1 file changed
rollup.config.js
@@ -47,6 +47,17 @@ export default [
47
clean()
48
]
49
},
50
+ {
51
+ input: 'src/lookup/data.js',
52
+ output: {
53
+ file: 'dist/data.js',
54
+ format: 'cjs'
55
+ },
56
+ plugins: [
57
+ babel({ exclude: 'node_modules/**' }),
58
+ clean()
59
+ ]
60
61
{
62
input: 'src/lookup/data-2012-2022.js',
63
output: {
@@ -132,6 +143,19 @@ export default [
132
143
uglify()
133
144
134
145
146
147
148
149
+ file: 'dist/data.umd.js',
150
+ format: 'umd',
151
+ name: 'timezone-data',
152
+ sourcemap: true
153
154
155
156
+ uglify()
157
158
135
159
136
160
137
161
0 commit comments