File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module.exports = (api, options) => {
99 if ( ! treeShake ) {
1010 chain . resolve . alias . set (
1111 'quasar$' ,
12- api . resolve ( 'node_modules/ quasar/dist/quasar.esm.js')
12+ ' quasar/dist/quasar.esm.js'
1313 )
1414 }
1515
@@ -20,15 +20,15 @@ module.exports = (api, options) => {
2020 )
2121 . set (
2222 'quasar-variables-styl' ,
23- api . resolve ( 'node_modules/ quasar/src/css/variables.styl')
23+ ' quasar/src/css/variables.styl'
2424 )
2525 . set (
2626 'quasar-styl' ,
27- api . resolve ( 'node_modules/ quasar/dist/quasar.styl')
27+ ' quasar/dist/quasar.styl'
2828 )
2929 . set (
3030 'quasar-addon-styl' ,
31- api . resolve ( 'node_modules/ quasar/src/css/flex-addon.styl')
31+ ' quasar/src/css/flex-addon.styl'
3232 )
3333
3434 chain . performance . maxEntrypointSize ( treeShake ? 512000 : 1024000 )
You can’t perform that action at this time.
0 commit comments