Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit dd5fe11

Browse files
MartoYankovsis0k0
authored andcommitted
refactor(config): disable xml files copying (#497)
1 parent f397d61 commit dd5fe11

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Diff for: templates/webpack.angular.js

-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ module.exports = env => {
211211
{ from: "fonts/**" },
212212
{ from: "**/*.jpg" },
213213
{ from: "**/*.png" },
214-
{ from: "**/*.xml" },
215214
], { ignore: [`${relative(appPath, appResourcesFullPath)}/**`] }),
216215
// Generate a bundle starter script and activate it in package.json
217216
new nsWebpack.GenerateBundleStarterPlugin([

Diff for: templates/webpack.javascript.js

-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ module.exports = env => {
187187
{ from: "fonts/**" },
188188
{ from: "**/*.jpg" },
189189
{ from: "**/*.png" },
190-
{ from: "**/*.xml" },
191190
], { ignore: [`${relative(appPath, appResourcesFullPath)}/**`] }),
192191
// Generate a bundle starter script and activate it in package.json
193192
new nsWebpack.GenerateBundleStarterPlugin([

Diff for: templates/webpack.typescript.js

-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ module.exports = env => {
195195
{ from: "fonts/**" },
196196
{ from: "**/*.jpg" },
197197
{ from: "**/*.png" },
198-
{ from: "**/*.xml" },
199198
], { ignore: [`${relative(appPath, appResourcesFullPath)}/**`] }),
200199
// Generate a bundle starter script and activate it in package.json
201200
new nsWebpack.GenerateBundleStarterPlugin([

0 commit comments

Comments
 (0)