Commit Graph

101 Commits

Author SHA1 Message Date
Evan You 1142339cce fix: skip postcss-loader if no postcss config is present 2018-01-26 12:18:17 -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 e6b72789e7 test: fix tests 2018-01-25 19:32:11 -05:00
Evan You 8f0b52faa8 fix: resolve for global service 2018-01-25 19:28:02 -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 2e3fe07ed8 fix: avoid dotfiles not being published to npm 2018-01-25 12:04:27 -05:00
Evan You 09ef536ff6 chore: bump deps 2018-01-25 00:07:12 -05:00
Evan You f547481e3e chore: use execa instead of cross-spawn 2018-01-25 00:05:19 -05:00
Evan You 8a3ac7e170 feat: e2e cypress 2018-01-24 21:59:29 -05:00
Evan You c833bedae2 test: test build with DLL 2018-01-24 20:41:03 -05:00
Evan You 8dff383841 feat: auto DLL 2018-01-24 20:24:43 -05:00
Evan You 7605bd62d2 feat: add caching for babel 2018-01-24 15:08:21 -05:00
Evan You abaed004bd feat: enable caching for uglifyjs plugin 2018-01-24 12:37:24 -05:00
Evan You bd1ffd3e69 feat: optimize minification 2018-01-24 12:34:42 -05:00
Evan You eddc68e4ba chore: tweak todo 2018-01-24 11:44:29 -05:00
Evan You 2c1ad1441d fix: ensure paths + make html optional 2018-01-24 11:41:04 -05:00
Evan You 655202f72d feat: e2e nightwatch 2018-01-18 00:25:07 +01:00
Evan You 6e29daa8fd chore: cleanup comments 2018-01-15 20:21:33 -05:00
Evan You bb5d968e09 feat: WIP jest plugin 2018-01-15 13:53:41 -05:00
Evan You ed4d845021 fix typo 2018-01-14 00:33:12 -05:00
Evan You 29d01f54c4 refactor + tests for CSS resolver 2018-01-14 00:32:21 -05:00
Suhas Karanth 4765cc6fa1 fix: typo {mdoule => module} (#721) 2018-01-13 22:55:30 -05:00
Evan You 03503b6f5d tweak pwa registration script 2018-01-10 16:20:29 -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 e7d619bc3d refactor test to use project.has() 2018-01-09 20:12:57 -05:00
Evan You 902f6c0fb3 feat: pwa 2018-01-09 17:45:41 -05:00
Evan You 8adcabceba test serve with router 2018-01-09 13:16:19 -05:00
Evan You b69c1ff784 upgrade sync deps 2018-01-09 10:17:57 -05:00
Evan You 10c09912a5 test: assert preload & manifest inline 2018-01-08 23:53:45 -05:00
Evan You 01ce10733b preload/prefetch + inline manifest 2018-01-08 23:35:53 -05:00
Evan You 5b8f1cfe80 hoist autoprefixer 2018-01-08 17:56:04 -05:00
Evan You d3bb381e7b feat: css preprocessors 2018-01-08 17:47:48 -05:00
Evan You 88e9d46334 feat: router & vuex 2018-01-08 16:45:03 -05:00
Evan You d0de715813 fix css extraction and pre-processors in vue-loader 2018-01-07 22:15:50 -05:00
Evan You 15be241628 sync deps 2018-01-07 21:46:58 -05:00
Evan You 4af489a5bc test global service 2018-01-07 19:40:36 -05:00
Evan You 95fd052349 move tests around 2018-01-07 19:01:54 -05:00
Evan You 7fa24a541d implement global serve 2018-01-07 18:39:14 -05:00
Evan You 433fed6960 lerna: use locked mode 2018-01-07 13:53:29 -05:00
Evan You 6becd96e9d refactor: adjust Service constructor for inline use 2018-01-07 13:37:29 -05:00
Evan You 318d42092c validate options 2018-01-07 12:49:43 -05:00
Evan You 4645ca70fc test lint on save 2018-01-07 11:37:43 -05:00
Evan You a2c6bad8ac test build 2018-01-07 10:48:27 -05:00
Evan You 91b262245e make tests work on appveyor 2018-01-07 10:02:50 -05:00
Evan You 7db29118ef test lint on commit 2018-01-06 22:33:38 -05:00
Evan You 692f1bf13f extract serveWithPuppeteer helper 2018-01-06 21:54:05 -05:00