Commit Graph

12 Commits

Author SHA1 Message Date
Haoqun Jiang
3b3cd9060b refactor: replace cache-loader with babel-loader's built-in cache (#6142)
It's supposed to have better performance.
See https://github.com/babel/babel-loader/issues/525#issuecomment-375756108

Besides, this improves webpack 5 compatibilities as cache-loader is now
deprecated
2020-12-14 10:41:55 +08:00
Robbin Baauw
c227e1f12e docs: add thread-loader warnings (#5777) [ci skip] 2020-08-15 15:28:47 +08:00
Haoqun Jiang
8b8bb99316 feat: allow omitting scope prefix for official plugins on vue add (#4219) 2019-07-06 17:09:38 +08:00
Thorsten Lünborg
70e4a7b194 docs(cli-plugin-babel): Fix config file name (#1986)
Replace mention of .babelrc with babel.config.js in README as we now strongly recommend the latter
2018-07-30 15:27:48 -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
Evan You
1dfe73bb5e docs: update late install instructions 2018-05-17 14:56:00 -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
dd6cd856e2 docs: readme for plugins 2018-02-08 17:25:43 -05:00
Evan You
7e058eab23 docs: babel, cypress, nightwatch 2018-02-08 16:52:47 -05:00
Evan You
697ecaa70b chore 2017-12-28 15:58:52 -05:00