Commit b2f0792a by guomingpang

docs:删除无用的注释

parent d4aa4a48
...@@ -605,9 +605,6 @@ module.exports = function(webpackEnv) { ...@@ -605,9 +605,6 @@ module.exports = function(webpackEnv) {
}; };
}, },
}), }),
// new vConsolePlugin({
// enable: (process.env.DEPLOY_ENV === 'prod' || process.env.DEPLOY_ENV === 'beta') ? false : true
// }),
// Moment.js is an extremely popular library that bundles large locale files // Moment.js is an extremely popular library that bundles large locale files
// by default due to how webpack interprets its code. This is a practical // by default due to how webpack interprets its code. This is a practical
// solution that requires the user to opt into importing specific locales. // solution that requires the user to opt into importing specific locales.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment