Commit Graph

55 Commits

Author SHA1 Message Date
Evan You
1dfe73bb5e docs: update late install instructions 2018-05-17 14:56:00 -04:00
Evan You
453597a09d feat: temporarily fix source map by patching babel 2018-05-11 18:02:54 -04:00
Evan You
0fd2bb23fe v3.0.0-beta.10 2018-05-11 00:02:58 -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
Evan You
acc7b8ae6f v3.0.0-beta.9 2018-04-27 22:35:57 -04:00
Evan You
0c493f86a2 v3.0.0-beta.8 2018-04-27 19:40:59 -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
9842b149f0 v3.0.0-beta.7 2018-04-25 10:58:49 -04:00
Evan You
dbc3f104b0 fix: pin babel version (fix #1162) 2018-04-25 10:18:43 -04:00
Evan You
1cae990520 v3.0.0-beta.6 2018-03-06 15:30:41 -05:00
Evan You
c8750c62d5 v3.0.0-beta.5 2018-03-05 18:01:13 -05:00
Evan You
3683b94ccc v3.0.0-beta.4 2018-03-05 14:42:38 -05:00
Evan You
28e3284895 v3.0.0-beta.3 2018-03-02 22:28:28 -05:00
Evan You
626eb36889 v3.0.0-beta.2 2018-02-28 18:45:28 -05:00
Evan You
17cd664452 v3.0.0-beta.1 2018-02-16 11:50:10 +01:00
Evan You
82d71ebe31 v3.0.0-alpha.13 2018-02-13 13:27:35 -05:00
Evan You
194172b78f v3.0.0-alpha.12 2018-02-12 17:11:29 -05:00
Evan You
07f924b37c v3.0.0-alpha.11 2018-02-09 13:24:44 -05:00
Evan You
a660ac8538 v3.0.0-alpha.10 2018-02-08 17:38:09 -05: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
84051b5ccc v3.0.0-alpha.9 2018-02-06 17:50:13 -05:00
Evan You
6dc0533360 v3.0.0-alpha.8 2018-02-04 10:56:18 -05:00
Evan You
5cdc07cd21 v3.0.0-alpha.7 2018-02-02 17:41:19 -05:00
Evan You
46902fc1e5 v3.0.0-alpha.6 2018-02-02 03:51:44 -05:00
Evan You
b8f24872bf feat: parallel mode 2018-01-29 16:23:02 -05:00
Evan You
c18bc94c47 v3.0.0-alpha.5 2018-01-29 12:29:17 -05:00
Evan You
5b74061352 v3.0.0-alpha.4 2018-01-26 18:34:02 -05:00
Evan You
c2583e4658 feat: move babel-preset and eslint-plugin as deps of plugins 2018-01-26 16:21:40 -05:00
Evan You
c4fa6b208a chore: update 2018-01-25 22:46:40 -05:00
Evan You
3e39b9afee v3.0.0-alpha.3 2018-01-25 22:45:17 -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
134ac58d6c fix: fix sync script for generators 2018-01-25 12:46:43 -05:00
Evan You
ff88afee0a v3.0.0-alpha.2 2018-01-25 12:24:01 -05:00
Evan You
c769110971 fix: use babel-loader@8 2018-01-25 12:03:37 -05:00
Evan You
7605bd62d2 feat: add caching for babel 2018-01-24 15:08:21 -05:00
Evan You
bb5d968e09 feat: WIP jest plugin 2018-01-15 13:53:41 -05:00
Evan You
cc35923452 Revert "move all deps to dependencies instead of devDependencies"
This reverts commit be4bf6fd7d.
2018-01-10 14:50:39 -05:00
Evan You
be4bf6fd7d move all deps to dependencies instead of devDependencies 2018-01-10 11:18:30 -05:00
Evan You
15be241628 sync deps 2018-01-07 21:46:58 -05:00
Evan You
433fed6960 lerna: use locked mode 2018-01-07 13:53:29 -05:00
Evan You
f6e0452ffb add npmignore 2018-01-05 09:20:20 -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
89d19322e7 babel preset 2017-12-30 18:40:55 -05:00
Evan You
79cfab8edb refactor: adjust generation strategy 2017-12-28 22:10:32 -05:00
Evan You
5a51fa27ab update version sync script 2017-12-28 17:01:59 -05:00