Skip to content

Commit f96cddc

Browse files
wip(build): enable IE 11 through package's browserslist
1 parent 22b5810 commit f96cddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"license": "MIT",
2222
"version": "0.8.3",
23-
"browserslist": "> 1%, last 2 versions, Firefox ESR, not dead, not ie 11",
23+
"browserslist": "> 1%, last 2 versions, Firefox ESR, not dead, ie 11",
2424
"main": "dist/vue3-sfc-loader.js",
2525
"types": "dist/vue3-sfc-loader.d.ts",
2626
"scripts": {

0 commit comments

Comments
 (0)