Skip to content

Commit ba04c6c

Browse files
committed
Add missing newlines at end of webpack config files
1 parent 817eed8 commit ba04c6c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

config/webpack/clientWebpackConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ const configureClient = () => {
2525
};
2626

2727
module.exports = configureClient;
28+

config/webpack/commonWebpackConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ baseClientWebpackConfig.module.rules[scssConfigIndex].use.push(sassLoaderConfig)
6060
const commonWebpackConfig = () => merge({}, baseClientWebpackConfig, commonOptions, ignoreWarningsConfig);
6161

6262
module.exports = commonWebpackConfig;
63+

config/webpack/development.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ const developmentEnvOnly = (clientWebpackConfig, _serverWebpackConfig) => {
2626
};
2727

2828
module.exports = webpackConfig(developmentEnvOnly);
29+

0 commit comments

Comments
 (0)