Skip to content

Commit db5f4be

Browse files
theaminulaidkotter
andauthored
Style: Format Webpack entry definitions for consistency
Co-authored-by: Darin Kotter <darin.kotter@gmail.com>
1 parent 8670f67 commit db5f4be

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

webpack.config.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,16 @@ module.exports = {
1212
...defaultConfig,
1313
entry: {
1414
...defaultConfig.entry(),
15-
'admin/settings': path.resolve( process.cwd(), 'src/admin/settings', 'index.scss' ),
16-
'experiments/example-experiment': path.resolve(process.cwd(),'src/experiments/example-experiment', 'index.tsx'),
15+
'admin/settings': path.resolve(
16+
process.cwd(),
17+
'src/admin/settings',
18+
'index.scss'
19+
),
20+
'experiments/example-experiment': path.resolve(
21+
process.cwd(),
22+
'src/experiments/example-experiment',
23+
'index.tsx'
24+
),
1725
},
1826

1927
plugins: [

0 commit comments

Comments
 (0)