Skip to content

Commit 0f8c62f

Browse files
P0lipMarc MacLeod
authored and
Marc MacLeod
committed
chore: update readme (#7)
1 parent bbddec4 commit 0f8c62f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Plugins, built around [webpack-chain](https://github.com/neutrinojs/webpack-chai
1313
- Note: must `yarn add browserfs` in your project if using this plugin.
1414
- **Bugsnag:** Upload sourcemaps to bugsnag.
1515
- **CSS:** Import css.
16+
- **Fonts:** Import fonts.
1617
- **HTML:** Render an html template.
1718
- **Javascript:** Parse javascript.
1819
- **Monaco:** Import monaco.
@@ -59,6 +60,7 @@ const config: webpack.Configuration = createConfig({
5960
browserfs: isElectron ? undefined : {},
6061
bugsnag: undefined,
6162
css: undefined,
63+
fonts: {},
6264
html: {
6365
// string to assign to the head title tag
6466
title: "Stoplight Studio",

0 commit comments

Comments
 (0)