File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -255,9 +255,6 @@ const runBuild = {
255255 generate ( { compact : true } )
256256 )
257257
258- import ( './build.vetur.js' ) . then ( ( { generate } ) =>
259- generate ( { api, compact : true } )
260- )
261258 import ( './build.web-types.js' ) . then ( ( { generate } ) =>
262259 generate ( { api, compact : true } )
263260 )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const subtype = buildArgs[1]
1414/*
1515 Build:
1616 * all: pnpm build
17- * js: pnpm build js [fast|types|api|vetur| webtypes|transforms]
17+ * js: pnpm build js [fast|types|api|webtypes|transforms]
1818 * css: pnpm build css
1919
2020 For gzipped output, add --gzip arg
@@ -36,7 +36,6 @@ console.log(` 📦 Building Quasar ${green(`v${version}`)}...\n`)
3636createFolder ( 'dist' )
3737
3838if ( ! type || type === 'js' ) {
39- createFolder ( 'dist/vetur' )
4039 createFolder ( 'dist/api' )
4140 createFolder ( 'dist/transforms' )
4241 createFolder ( 'dist/lang' )
Original file line number Diff line number Diff line change 9797 "npm" : " >= 6.13.4" ,
9898 "yarn" : " >= 1.21.1"
9999 },
100- "vetur" : {
101- "tags" : " dist/vetur/quasar-tags.json" ,
102- "attributes" : " dist/vetur/quasar-attributes.json"
103- },
104100 "web-types" : " dist/web-types/web-types.json"
105101}
You can’t perform that action at this time.
0 commit comments