Skip to content

Commit

Permalink
fix: 修改 rollup.config.js name 字段的值 (#1769)
Browse files Browse the repository at this point in the history
将 TaroUtilss 修改成 TaroUtils
  • Loading branch information
godkun authored and luckyadam committed Dec 31, 2018
1 parent 798da0c commit b757207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-utils/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const baseConfig = {
input: join(cwd, 'src/index.js'),
output: {
sourcemap: true,
name: 'TaroUtilss',
name: 'TaroUtils',
format: 'es',
file: join(cwd, 'dist/index.js')
},
Expand Down

0 comments on commit b757207

Please sign in to comment.