我無法設置Webpack來正確縮小我的應用程序。我正在創建分離JS文件,一個vendor.js(庫)和main.js(我的應用程序)。我看了看周圍的問題,似乎無法找到合適的解決方案。 webpack.config.js var webpack = require("webpack");
var ngAnnotatePlugin = require('ng-annotate-webpack-plu
當我嘗試建立我的反應應用到生產,我發現了以下錯誤部署: ERROR in bundles.js from UglifyJs
SyntaxError: Unexpected token: name (nameServer) [./src/utils/index.js:15,4]
但試圖解決我注意到,醜化它的問題後,不承認我的es6和es7代碼。 我刪除了uglify配置爲了進行緊急部署,但我需