Skip to content

Commit f3373e6

Browse files
committed
feat: Addition to previous commit
1 parent 1a96864 commit f3373e6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

generator/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ module.exports = (api, opts, rootOpts) => {
105105
hasLang = opts.quasar.i18n !== 'en-us',
106106
hasIconSet = opts.quasar.iconSet !== 'material-icons'
107107

108-
109108
if (!opts.quasar.features.includes(opts.quasar.iconSet)) {
110109
opts.quasar.features.push(opts.quasar.iconSet)
111110
}

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,8 @@ module.exports = (api, options) => {
3737
.set('quasar-variables', api.resolve(`node_modules/quasar-framework/src/css/core.variables.styl`))
3838
.set('quasar-styl', api.resolve(`node_modules/quasar-framework/dist/quasar.${theme}.styl`))
3939
.set('quasar-addon-styl', api.resolve(`node_modules/quasar-framework/src/css/flex-addon.styl`))
40+
41+
chain.performance
42+
.maxEntrypointSize(512000)
4043
})
4144
}

lib/extendBabel.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ function updateBabel (babel, theme) {
1414
}
1515

1616
module.exports = function (api, theme) {
17-
console.log('extending babel')
1817
const
1918
babelPath = api.resolve('babel.config.js'),
2019
packageJsonPath = api.resolve('package.json')

0 commit comments

Comments
 (0)