We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7986e53 commit b0f6c8cCopy full SHA for b0f6c8c
README.md
@@ -43,7 +43,7 @@ Then modify the import with the prefix `inline!`
43
```javascript
44
import html from 'common-tags/lib/html' // Optional template literal tag function to remove spaces inside HTML-like string
45
46
-import INLINE_SCRIPT from 'inline!./src/assets/inline.js'
+import INLINE_SCRIPT from 'inline!./src/assets/inline.js' // Note the extension is important here (not to be missed)
47
import INLINE_SVG from 'inline!./src/assets/sample.svg'
48
49
...
0 commit comments