Skip to content

Commit

Permalink
🎨 #13241
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Dec 14, 2024
1 parent a3338a3 commit 4b5e8a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module.exports = (env, argv) => {
test: /\.woff2$/,
type: "asset/resource",
generator: {
filename: "../fonts/JetBrainsMono-Regular.woff2",
filename: "../fonts/[name][ext]",
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion app/webpack.desktop.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module.exports = (env, argv) => {
test: /\.woff2$/,
type: "asset/resource",
generator: {
filename: "../fonts/JetBrainsMono-Regular.woff2",
filename: "../fonts/[name][ext]",
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion app/webpack.export.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = (env, argv) => {
test: /\.woff2$/,
type: "asset/resource",
generator: {
filename: "../fonts/JetBrainsMono-Regular.woff2",
filename: "../fonts/[name][ext]",
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion app/webpack.mobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ module.exports = (env, argv) => {
test: /\.woff2$/,
type: "asset/resource",
generator: {
filename: "../fonts/JetBrainsMono-Regular.woff2",
filename: "../fonts/[name][ext]",
},
},
{
Expand Down

0 comments on commit 4b5e8a5

Please sign in to comment.