diff --git a/webpack.common.js.angular.template b/webpack.common.js.angular.template index 266bcc3e..364958ae 100644 --- a/webpack.common.js.angular.template +++ b/webpack.common.js.angular.template @@ -104,6 +104,7 @@ module.exports = function (platform, destinationApp) { "http": false, "timers": false, "setImmediate": false, + "fs": "empty", }, module: { loaders: [ diff --git a/webpack.common.js.nativescript.template b/webpack.common.js.nativescript.template index 5f331941..531f7327 100644 --- a/webpack.common.js.nativescript.template +++ b/webpack.common.js.nativescript.template @@ -90,6 +90,7 @@ module.exports = function (platform, destinationApp) { "http": false, "timers": false, "setImmediate": false, + "fs": "empty", }, module: { loaders: [