Skip to content

Commit 6c567de

Browse files
committed
feat: Addition to previous commit
1 parent 70497e2 commit 6c567de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ module.exports = (api, opts, rootOpts) => {
8585

8686
lines += `\nimport './styles/quasar.styl'`
8787

88-
if (opts.quasar.features.ie) {
88+
if (opts.quasar.features.includes('ie')) {
8989
lines += `\nimport 'quasar-framework/dist/quasar.ie.polyfills'`
9090
}
9191
if (hasIconSet) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-quasar",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Quasar plugin for vue cli 3",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)