diff --git a/views/index.html b/views/index.html index 495932b13..1d404bd7a 100644 --- a/views/index.html +++ b/views/index.html @@ -26,6 +26,6 @@ {{> components/footer}} - + diff --git a/webpack.common.js b/webpack.common.js index 36160b822..e1cad1228 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -3,6 +3,7 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin'); const devMode = process.env.NODE_ENV !== 'production'; module.exports = { + devtool: 'source-map', optimization: { splitChunks: { cacheGroups: {