We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56af276 commit c9234f6Copy full SHA for c9234f6
1 file changed
rollup.config.js
@@ -3,7 +3,7 @@ const {nodeResolve} = require('@rollup/plugin-node-resolve')
3
const commonjs = require('@rollup/plugin-commonjs')
4
const terser = require('@rollup/plugin-terser')
5
6
-const name = require('./package.json').name.replace(/@/gi, '').replace(/\//gi, '-')
+const name = 'workfront-api'
7
8
module.exports = [
9
{
0 commit comments