Skip to content

Commit b477a4c

Browse files
committed
chore: modify title to webpack 2
1 parent 9b2fdcc commit b477a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const config = (options: {}): {} => {
7070
new webpack.HotModuleReplacementPlugin(),
7171
new webpack.NamedModulesPlugin(),
7272
new HtmlWebpackPlugin({
73-
title: 'React Flag Icon Css - Webpack Example Multi',
73+
title: 'React Flag Icon Css - Webpack 2 Example Multi',
7474
devServerScript: `http://0.0.0.0:${port}/webpack-dev-server.js`,
7575
template: path.join(__dirname, 'templates/index.ejs'),
7676
githubRepositoryUrl: 'https://github.com/matteocng/react-flag-icon-css'

0 commit comments

Comments
 (0)