Skip to content

Commit

Permalink
Build: Fix Rollup config [fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Aug 9, 2020
1 parent 9e064a8 commit b42f36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function createConfig(format, env) {
input: 'src/index.js',
output: {
file: `dist/${format}/is-it-type${isProduction ? '.min' : ''}.js`,
name: '{{nameCamel}}',
name: 'isItType',
format,
sourcemap: true
},
Expand Down

0 comments on commit b42f36a

Please sign in to comment.