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

Commit 04d5370

Browse files
committed
Copy fonts to device when webpacking
1 parent 2564bfd commit 04d5370

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: webpack.common.js.angular.template

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ module.exports = function (platform, destinationApp) {
3535
new CopyWebpackPlugin([
3636
{ from: "app.css" },
3737
{ from: "css/**" },
38+
{ from: "fonts/**" },
3839
{ from: "**/*.jpg" },
3940
{ from: "**/*.png" },
4041
{ from: "**/*.xml" },

Diff for: webpack.common.js.nativescript.template

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ module.exports = function (platform, destinationApp) {
3434
new CopyWebpackPlugin([
3535
{ from: "app.css" },
3636
{ from: "css/**" },
37+
{ from: "fonts/**" },
3738
{ from: "**/*.jpg" },
3839
{ from: "**/*.png" },
3940
{ from: "**/*.xml" },

0 commit comments

Comments
 (0)