AureliaSpa template not handling loading of font files #719

Closed
opened 2025-08-09 17:17:25 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @mtimms on 5/25/2017

I'm getting loading errors ["Module parse failed"] for various font files using the AureliaSpa template. The particular case came from adding Kendo UI support which includes font files such as .eot and .woff files.

Adding an additional entry to the rules section in the webpack.config file fixed the problem.

{ test: /\.(eot|woff|woff2|ttf)(\?\S*)?$/, use: 'url-loader?limit=100000' }

*Originally created by @mtimms on 5/25/2017* I'm getting loading errors ["Module parse failed"] for various font files using the AureliaSpa template. The particular case came from adding Kendo UI support which includes font files such as .eot and .woff files. Adding an additional entry to the rules section in the webpack.config file fixed the problem. ` { test: /\.(eot|woff|woff2|ttf)(\?\S*)?$/, use: 'url-loader?limit=100000' }`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#719
No description provided.