@@ -15,6 +15,9 @@ let theme = {
let isWatch = argv.env.watch == 'watch';
let isDev = isWatch || argv.env.deploy == 'dev';
+process.traceDeprecation = true;
+process.noDeprecation = true;
+
module.exports = (function () {
let plugins = [
//把入口文件里面的数组打包成verdors.js