Skip to content
#

assets

Here are 1,105 public repositories matching this topic...

supernes
supernes commented May 31, 2022

🐛 bug report

Live reloading on changes and HMR work as expected, until an HTML page includes a "classic" (non-module) script.

🎛 Configuration (.babelrc, package.json, cli command)

{
"browserslist": "> 0.5%, last 2 versions, not dead",
"devDependencies": {
  "parcel": "^2.5.0",
  "posthtml-expressions": "^1.9.0",
  "posthtml-extend": "^0.6.3",
  "posthtml-include": "^1.7.
edward-shen
edward-shen commented Oct 21, 2021

Hey folks! Thanks for creating such a useful project. I've been using this for a little while and I just ran into my first paper cut.

I'm currently using git submodules to vendor out some font files. Unfortunately, the file is named MplusCodeLatin[wdth,wght].ttf, which fails HTML5 validation because it contains square braces, which are considered illegal characters.

No problem, I thought,

enhancement good first issue

Improve this page

Add a description, image, and links to the assets topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the assets topic, visit your repo's landing page and select "manage topics."

Learn more