Commit Graph

26 Commits

Author SHA1 Message Date
Haoqun Jiang 47a28e0e24 fix: plugin sub node_module directory should have higher priority in resolveLoader.modules
in case of interference of unwanted top level dependency hoisting
2018-09-29 01:44:37 +08:00
Haoqun Jiang fed948a738 fix: also look up loaders in local node_modules in case deps are not hoisted
closes #2599
2018-09-27 21:02:45 +08:00
happy f0bddd84b3 fix: fix require('@vue/babel-preset-app').version return undefined bug (#2393) 2018-09-10 20:53:31 +08:00
Haoqun Jiang 3247719e20 fix: fix scoped modules exclusion on windows (#2379)
closes #2251
2018-09-04 17:47:10 +08:00
Evan You 356eef6100 fix: babel cache should take browserslist into account 2018-08-03 13:07:21 -07:00
Jovino Xu 31e1b4995e chore: fix typo (#1783) 2018-07-07 12:32:35 +02:00
Evan You 204d8f07de feat: modern mode 2018-06-12 23:51:19 -04:00
Evan You 9846cd520c fix: fix caching dependency (close #1384) 2018-05-29 09:29:18 -04:00
Evan You e5101b415e perf: revert babel/ts thread behavior 2018-05-22 13:25:35 -04:00
Evan You 1075576690 perf: adjust caching and parallelization 2018-05-22 00:09:30 -04:00
test be9463050e chore: bump babel version 2018-05-18 17:03:24 -04:00
Evan You 453597a09d feat: temporarily fix source map by patching babel 2018-05-11 18:02:54 -04:00
Evan You f5c0f58673 feat: upgrade to vue-loader 15
BREAKING CHANGE: the "vueLoader" option has been removed. To modify vue-loader
options, use chainWebpack then `config.module.rule(vue).use(vue-loader).tap()`.
vue-loader has been upgraded to v15 and expects different options from v14.
2018-05-04 18:58:11 -04:00
Evan You 65910a05db test: fix exclude for cli-service dynamic entries 2018-05-03 19:06:22 -04:00
Evan You da4d0b2e2a feat: relex transpile includes + new transpileDependencies option
BREAKING CHANGE: To include a dependency for Babel transpilation, tapping
babel-loader and adding .include() will no longer work. Use the new
transpileDependencies option instead.
2018-05-03 18:18:27 -04:00
Kevin Petit b285b0bd92 fix(typescript,babel): tests path for babel and typescript plugins (#1058) 2018-04-25 17:46:10 -04:00
Evan You b8f24872bf feat: parallel mode 2018-01-29 16:23:02 -05:00
Evan You 367b78b08c fix: more global resolve fixes + better error message for missing loaders 2018-01-25 22:35:18 -05:00
Evan You 76dda73ba3 fix: more global service resolve fixes 2018-01-25 21:26:42 -05:00
Evan You 7605bd62d2 feat: add caching for babel 2018-01-24 15:08:21 -05:00
Evan You 16221c1e78 test for cli-service Service & PluginAPI 2018-01-04 17:38:55 -05:00
Evan You 940afcd027 move babel webpack-dev-server client include into serve command 2018-01-04 11:18:44 -05:00
Evan You aa0679d84d dev server running 2017-12-27 01:07:10 -05:00
Evan You d190d99a33 wip 2017-12-26 20:14:07 -05:00
Evan You 733bb33c62 build: setup linter 2017-12-25 17:17:48 -05:00
Evan You b2d6f27438 init 2017-12-24 15:43:26 -05:00