Skip to content

Commit 98bbf2d

Browse files
committed
Change UMD global name
1 parent d7332d7 commit 98bbf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsdx.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const pkg = require('./package.json')
77

88
module.exports = {
99
rollup(config, options) {
10-
config.output.name = 'RSK'
10+
config.output.name = 'RTK'
1111
const { env, format } = options
1212
// eslint-disable-next-line default-case
1313
switch (format) {

0 commit comments

Comments
 (0)