From a7ce78ec3e86450fefb6b0ae01c29693e6b196be Mon Sep 17 00:00:00 2001 From: Martin Yankov Date: Fri, 13 Apr 2018 11:30:19 +0300 Subject: [PATCH] chore(config): disable xml files copying --- templates/webpack.angular.js | 1 - templates/webpack.javascript.js | 1 - templates/webpack.typescript.js | 1 - 3 files changed, 3 deletions(-) diff --git a/templates/webpack.angular.js b/templates/webpack.angular.js index 401ff1f6..ed5a4bc2 100644 --- a/templates/webpack.angular.js +++ b/templates/webpack.angular.js @@ -142,7 +142,6 @@ module.exports = env => { { from: "fonts/**" }, { from: "**/*.jpg" }, { from: "**/*.png" }, - { from: "**/*.xml" }, ], { ignore: [`${relative(appPath, appResourcesFullPath)}/**`] }), // Generate a bundle starter script and activate it in package.json new nsWebpack.GenerateBundleStarterPlugin([ diff --git a/templates/webpack.javascript.js b/templates/webpack.javascript.js index 780806ee..111d2e3a 100644 --- a/templates/webpack.javascript.js +++ b/templates/webpack.javascript.js @@ -125,7 +125,6 @@ module.exports = env => { { from: "fonts/**" }, { from: "**/*.jpg" }, { from: "**/*.png" }, - { from: "**/*.xml" }, ], { ignore: [`${relative(appPath, appResourcesFullPath)}/**`] }), // Generate a bundle starter script and activate it in package.json new nsWebpack.GenerateBundleStarterPlugin([ diff --git a/templates/webpack.typescript.js b/templates/webpack.typescript.js index e7467903..eece5afb 100644 --- a/templates/webpack.typescript.js +++ b/templates/webpack.typescript.js @@ -127,7 +127,6 @@ module.exports = env => { { from: "fonts/**" }, { from: "**/*.jpg" }, { from: "**/*.png" }, - { from: "**/*.xml" }, ], { ignore: [`${relative(appPath, appResourcesFullPath)}/**`] }), // Generate a bundle starter script and activate it in package.json new nsWebpack.GenerateBundleStarterPlugin([