We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2fdcc commit b477a4cCopy full SHA for b477a4c
webpack/webpack.config.js
@@ -70,7 +70,7 @@ const config = (options: {}): {} => {
70
new webpack.HotModuleReplacementPlugin(),
71
new webpack.NamedModulesPlugin(),
72
new HtmlWebpackPlugin({
73
- title: 'React Flag Icon Css - Webpack Example Multi',
+ title: 'React Flag Icon Css - Webpack 2 Example Multi',
74
devServerScript: `http://0.0.0.0:${port}/webpack-dev-server.js`,
75
template: path.join(__dirname, 'templates/index.ejs'),
76
githubRepositoryUrl: 'https://github.com/matteocng/react-flag-icon-css'
0 commit comments