Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed May 8, 2019
1 parent 26d1ff0 commit 165824d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ ${errors.join('\n')}
});

const { config } = api;
if(!config.hash) {
if (!config.hash) {
webpackConfig.output.chunkFilename(`[name].js`);
}

Expand Down

0 comments on commit 165824d

Please sign in to comment.