Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

web: Simplify the font and image rules/loaders #858

Merged
merged 1 commit into from
May 8, 2018
Merged

web: Simplify the font and image rules/loaders #858

merged 1 commit into from
May 8, 2018

Conversation

edmorley
Copy link
Member

@edmorley edmorley commented May 8, 2018

  • Switches fonts from url-loader to file-loader (preventing inlining).
  • Consolidates the eot, ttf, and woff rules into a single font rule.
  • Consolidates the ico, img and svg rules into a single image rule.

Fixes #856.

* Switches fonts from `url-loader` to `file-loader` (preventing inlining).
* Consolidates the `eot`, `ttf`, `and `woff` rules into a single `font` rule.
* Consolidates the `ico`, `img` and `svg` rules into a single `image` rule.

Fixes #856.
@edmorley edmorley added this to the v9 milestone May 8, 2018
@edmorley edmorley self-assigned this May 8, 2018
@edmorley edmorley requested a review from eliperelman May 8, 2018 15:31
Copy link
Member

@eliperelman eliperelman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@edmorley edmorley merged commit c8b5500 into neutrinojs:master May 8, 2018
@edmorley edmorley deleted the simplify-font-image-loaders branch May 8, 2018 16:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

2 participants