diff --git a/config/index.js b/config/index.js index b8e6882..4c93b97 100644 --- a/config/index.js +++ b/config/index.js @@ -65,7 +65,7 @@ module.exports = { * Source Maps */ - productionSourceMap: true, + productionSourceMap: false, // https://webpack.js.org/configuration/devtool/#production devtool: '#source-map', diff --git a/package.json b/package.json index 064cb1f..0fd5007 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ }, "browserslist": [ "> 1%", - "last 2 versions", + "last 5 versions", "not ie <= 8" ] } diff --git a/src/components/page/Markdown.vue b/src/components/page/Markdown.vue index a93cc6b..b4cdc73 100644 --- a/src/components/page/Markdown.vue +++ b/src/components/page/Markdown.vue @@ -20,6 +20,8 @@