Skip to content

Commit 19b256e

Browse files
author
Franck Freiburger
committed
wip(docs): update
1 parent ba25ab8 commit 19b256e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ Load .vue files dynamically at runtime from your html/js. No node.js environment
1212
* Only requires Vue runtime-only build
1313
* **esm** and **umd** bundles available ([example](docs/examples.md#using-esm-version))
1414
* Embedded ES6 modules support ( including `import()` )
15-
* JSX support
16-
* TypeScript support
15+
* TypeScript support, JSX support
1716
* Custom CSS, HTML and Script language Support, see [pug](docs/examples.md#using-another-template-language-pug) and [stylus](docs/examples.md#using-another-style-language-stylus) examples
1817
* SFC Custom Blocks support
1918
* Properly reports template, style or script errors through the [log callback](docs/api/interfaces/options.md#log)
@@ -123,7 +122,8 @@ Load .vue files dynamically at runtime from your html/js. No node.js environment
123122

124123
## Build your own version
125124

126-
`webpack --config ./build/webpack.config.js --mode=production --env targetsBrowsers="> 1%, last 2 versions, Firefox ESR, not dead, not ie 11"`
125+
Example: enable IE11 support
126+
`npx webpack --config ./build/webpack.config.js --mode=production --env targetsBrowsers="> 1%, last 8 versions, Firefox ESR, not dead, IE 11"` (check)[https://browsersl.ist/#q=%3E+1%25%2C+last+8+versions%2C+Firefox+ESR%2C+not+dead%2C+IE+11]
127127

128128
_see [`package.json`](https://github.com/FranckFreiburger/vue3-sfc-loader/blob/main/package.json) "build" script_
129129
_see [browserslist queries](https://github.com/browserslist/browserslist#queries)_

0 commit comments

Comments
 (0)