Commit Graph

1438 Commits

Author SHA1 Message Date
Evan You b81d11e20c fix: also lint nested js files starting with dot 2018-08-18 15:50:15 -04:00
Evan You 6bdf7040d4 chore: remove unnecessary rules for unit test eslint config 2018-08-18 15:44:33 -04:00
Evan You b62c6ba7f2 fix: ensure unit test examples work in projects created with --bare
close #2262
2018-08-18 15:41:44 -04:00
Evan You 5999e09945 chore: update package readme docs links [ci skip] 2018-08-18 11:45:02 -04:00
Evan You 1973e2de2c fix: fix extracted css publicPath for target --lib
close #2260
2018-08-17 10:04:17 -04:00
Evan You b1f3a4caa7 fix(cli-service): treat specific flags as boolean only
close #2258
2018-08-17 09:41:53 -04:00
Evan You 403727e7a8 chore: publish missing packages [ci skip] 2018-08-16 14:16:48 -04:00
Evan You 2669008ea2 v3.0.1 2018-08-16 12:10:33 -04:00
Evan You d5fc227dc7 chore: pre release sync 2018-08-16 12:10:26 -04:00
Evan You 6d64750bc0 fix: temporary fix core-js dep for vue ui
close #2215
2018-08-16 12:09:21 -04:00
Evan You 1f0c8e935e fix: work around url-loader 1.1.0 regression
close #2242
2018-08-16 10:15:47 -04:00
Evan You 7e1862ffdd fix(typescript): fix typescript + multi-page build
close #2179, #2193
2018-08-15 18:34:55 -04:00
Evan You b132a3b313 chore: remove outdated warning 2018-08-15 18:34:55 -04:00
Evan You a2c767efc4 fix: minify embedded CSS with extract: false
close #2214
2018-08-15 18:34:55 -04:00
Evan You 8dfa2907a7 refactor: generate postcss.config.js instead of .postcssrc.js 2018-08-15 18:34:55 -04:00
Evan You 8189f201c3 fix(eslint): lint command should also lint config files starting with dot
close #2228
2018-08-15 18:34:55 -04:00
Evan You 1892bcc251 fix(generator): handle directories starting with dot
close #2222
2018-08-15 18:34:55 -04:00
Evan You 1e7fa2cf46 fix: fix css output location for relative baseUrl + more details in docs 2018-08-15 18:34:26 -04:00
Evan You 478317ba0e test: avoid throwing in afterAll hooks 2018-08-14 11:10:02 -04:00
Evan You 6010eb22ff test: fix tests for preserving ruleNames 2018-08-14 10:34:52 -04:00
Evan You 82ded1f648 ci: revert unintended change 2018-08-14 10:25:58 -04:00
Evan You 2257034141 fix: preserve rule names when configureWebpack is present
close #2206
2018-08-14 10:05:25 -04:00
Haoqun Jiang 69a4fb3ad7 fix: inspect --plugins should log plugin names from webpack-merge (#2201) 2018-08-14 08:59:44 -04:00
Barthélémy Ledoux d14d4e693c fix: allow relative baseUrl other than ./ (#2168) 2018-08-13 12:14:18 -04:00
Haoqun Jiang 4a035e2fc1 fix: upgrade lint-staged to v7.2.2 (#2183)
closes #2165
2018-08-13 12:12:26 -04:00
Evan You a76bde100b test: do not call process.exit during tests 2018-08-11 16:11:13 -04:00
Evan You f83f31a02e fix: fix local preset inference on Windows 2018-08-11 16:10:57 -04:00
Evan You d96a794003 fix(eslint): always emit error when lintOnSave === error + improve docs
ref #2162
2018-08-11 15:38:43 -04:00
Evan You ddbb37588e docs: add a note on polyfills in lib/wc 2018-08-10 14:52:10 -04:00
Evan You 86e3cf2c6f ci: fix cors spec 2018-08-10 11:27:02 -04:00
Evan You 394d534638 v3.0.0 2018-08-10 11:01:14 -04:00
Evan You b221b48ca9 chore: pre release sync 2018-08-10 11:01:03 -04:00
Evan You 8ccea270d4 chore: ensure EOL on generated files
close #2127
2018-08-10 09:56:23 -04:00
Evan You 7ec466dd6a chore: fix typo [ci skip] 2018-08-10 09:32:05 -04:00
Evan You 2953e2214a refactor: validate webpack config in serve as well + warn publicPath config error 2018-08-09 23:26:29 -04:00
Evan You ba75e29243 fix: avoid adding githooks if created as sub dir in existing git repo
close #2131
2018-08-09 11:47:30 -04:00
Evan You e075ccff36 v3.0.0-rc.12 2018-08-09 02:23:23 -04:00
Evan You 1d8bd6b217 chore: pre release sync 2018-08-09 02:23:17 -04:00
Evan You 414ac5f9f2 ci: fix pwa spec 2018-08-09 01:40:24 -04:00
Evan You 55043d310e feat: support Subresource Integrity via integrity option 2018-08-09 01:22:46 -04:00
Evan You 7b39bed188 refactor: use better modern mode and cors implementation
BREAKING CHANGE: The `corsUseCredentials` option has been replaced by the new
`crossorigin` option.
2018-08-08 23:31:13 -04:00
Evan You 3b21fad868 feat: support generator.js and prompts.js in preset 2018-08-08 16:35:57 -04:00
Evan You 3c9973a61f ci: bump timeout 2018-08-08 11:20:44 -04:00
Evan You 1ae223dfc0 refactor: refactor getVersions logic 2018-08-08 11:01:49 -04:00
Evan You fff62f7a73 refactor: enable dev config in more cases 2018-08-08 10:18:48 -04:00
Evan You 327d041ea7 fix: avoid os.cpus() error in certain envs
close #2110
2018-08-08 09:55:47 -04:00
Evan You c42cb949b5 fix: install vue-template-compiler for global service 2018-08-08 09:45:10 -04:00
Hugo Alliaume 8256b417af chore(deps): update typescript-eslint-parser to ^18.0.0 (#2102) 2018-08-07 17:37:41 -04:00
Evan You ce335da9da ci: bump timeout 2018-08-07 17:36:29 -04:00
Evan You 9e4d62cc80 fix: ensure consistent build hash with different project locations 2018-08-07 17:36:11 -04:00