diff --git a/templates/webpack.angular.js b/templates/webpack.angular.js index b7b366d0..d23d60ee 100644 --- a/templates/webpack.angular.js +++ b/templates/webpack.angular.js @@ -211,7 +211,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 88e77ea4..e850f841 100644 --- a/templates/webpack.javascript.js +++ b/templates/webpack.javascript.js @@ -187,7 +187,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 6f223b11..d1f89b28 100644 --- a/templates/webpack.typescript.js +++ b/templates/webpack.typescript.js @@ -195,7 +195,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([