Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #259 from plasusu/dev
Browse files Browse the repository at this point in the history
[!] fixed the error
  • Loading branch information
tw93 committed May 3, 2018
2 parents d009a84 + a72adf9 commit b0cabb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function indexEntry() {
*/
`
const Components = fs.readdirSync(path.resolve(__dirname, '../packages'));
const importList = Components.map(name => `import ${uppercamelize(name)} from './package/${name}';`)
const importList = Components.map(name => `import ${uppercamelize(name)} from './packages/${name}';`)
const exportList = Components.map(name => `${uppercamelize(name)}`);
const content =
`${tips}
Expand Down

0 comments on commit b0cabb4

Please sign in to comment.