From 63d86befd3431fe8e1500e22f4f115a3762d000a Mon Sep 17 00:00:00 2001 From: falsandtru Date: Tue, 13 Sep 2022 20:48:30 +0900 Subject: [PATCH] fix: pass integrity value --- docs/config/02-files.md | 4 ++-- lib/config.js | 2 +- test/unit/config.spec.js | 16 ++++++++++++++-- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/docs/config/02-files.md b/docs/config/02-files.md index 0bab8256c..21b719036 100644 --- a/docs/config/02-files.md +++ b/docs/config/02-files.md @@ -15,7 +15,7 @@ The `files` array determines which files are included in the browser, watched, a * **Default.** Will attempt to determine type based on file extension. If that fails, defaults to `js`. * **Possible Values:** * `css` - Include using `` tag. - * `html` - Include using [HTML Imports](https://developer.mozilla.org/en-US/docs/Web/Web_Components/HTML_Imports). Note that this feature is obsolete and does not work in the modern browsers. + * `html` - Include using [HTML Imports](https://developer.mozilla.org/en-US/docs/Web/Web_Components/HTML_Imports). Note that this feature is obsolete and does not work in the modern browsers. * `js` - Include using `` tag. * `module` - Include using `` tag. * `dom` - Inline content of the file in the page. This can be used, for example, to test components combining HTML and JS. @@ -57,7 +57,7 @@ The `files` array determines which files are included in the browser, watched, a ### `integrity` * **Type.** String * **Default.** `undefined` -* **Description.** Set the `integrity` HTML attribute value to the `