diff --git a/templates/webpack.angular.js b/templates/webpack.angular.js index a34230e4..8fe26743 100644 --- a/templates/webpack.angular.js +++ b/templates/webpack.angular.js @@ -203,6 +203,7 @@ module.exports = env => { // Define useful constants like TNS_WEBPACK new webpack.DefinePlugin({ "global.TNS_WEBPACK": "true", + "process": undefined, }), // Remove all files from the out dir. new CleanWebpackPlugin([`${dist}/**/*`]),