Skip to content

Commit

Permalink
[Popper]: Fixup prettier issue with webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Oct 12, 2021
1 parent 20d0df0 commit 5278e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/sizeSnapshot/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function getWebpackEntries() {
entryName = '@material-ui/core/Paper.esm';
} else if (componentName === 'TextareaAutosize') {
entryName = '@material-ui/core/Textarea';
}
}

return {
id: entryName,
Expand All @@ -35,7 +35,7 @@ async function getWebpackEntries() {
if (['Popper'].indexOf(componentName) !== -1) {
entryName = `@material-ui/core/${componentName}`;
}

return {
id: entryName,
path: path.relative(workspaceRoot, path.dirname(componentPath)),
Expand Down

0 comments on commit 5278e11

Please sign in to comment.