Skip to content

Commit c9234f6

Browse files
authored
fix: bundle name is wrong (#1484)
1 parent 56af276 commit c9234f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const {nodeResolve} = require('@rollup/plugin-node-resolve')
33
const commonjs = require('@rollup/plugin-commonjs')
44
const terser = require('@rollup/plugin-terser')
55

6-
const name = require('./package.json').name.replace(/@/gi, '').replace(/\//gi, '-')
6+
const name = 'workfront-api'
77

88
module.exports = [
99
{

0 commit comments

Comments
 (0)