diff --git a/build/webpack.dev.conf.js b/build/webpack.dev.conf.js index 662df01..76e93fc 100644 --- a/build/webpack.dev.conf.js +++ b/build/webpack.dev.conf.js @@ -27,7 +27,7 @@ module.exports = merge(baseWebpackConfig, { // https://github.com/ampedandwired/html-webpack-plugin new HtmlWebpackPlugin({ filename: 'index.html', - template: 'index.html', + template: 'dev.html', inject: true }) ] diff --git a/dev.html b/dev.html new file mode 100644 index 0000000..f50547b --- /dev/null +++ b/dev.html @@ -0,0 +1,29 @@ + + +
+ +