Commit Graph

98 Commits

Author SHA1 Message Date
Clark Du 35d08c32c1 refactor(ci): remove redundant log in edge publish 2018-11-18 00:15:14 +00:00
Clark Du cca799cc6f fix(cli): publish nuxt and nuxt-edge in nuxt-edge (#4341) 2018-11-16 08:47:15 -05:00
Pooya Parsa 7c4e77ffb9
feat: dx improvements (#4259) 2018-11-08 12:45:56 +03:30
Clark Du 7d34f2ef26
refactor: persist isModernBrowser on http connection (#4268) 2018-11-04 14:47:56 +00:00
Pim 90325c35ae feat(cli): use cjs dist stub in package (#4243)
* feat: use cjs dist stub for cli package

* fix: spawn nuxtBin directly

* keep node -r esm for optimal windows compatibility
2018-11-01 05:00:28 +01:00
Pooya Parsa 1dd32d0d21 feat: update to consola 2 (#4247)
* add ~> addReporter

* remove badge

* withScope ~> withTag

* update to consola 2

* update build tests
2018-11-01 04:50:07 +01:00
Pooya Parsa 39b558f59c
refactor core into sub-packages (#4202) 2018-10-31 00:12:53 +03:30
renovate[bot] a9b68c5e61 chore(deps): update dependency eslint-plugin-node to v8 (#4218) 2018-10-28 21:44:14 +03:30
Clark Du ae9de93a45 feat: move @nuxtjs/babel-preset-app into nuxt mono-repo (#4205) 2018-10-26 21:28:21 +03:30
Pooya Parsa 46103e72ea
chore: packaging and development improvements (#4193) 2018-10-25 14:52:31 +03:30
Pooya Parsa fff7812fe7 fix(scripts/workspace-run): fail if any script failed 2018-10-19 00:54:37 +03:30
Pooya Parsa d13d0ff3a6 fix(ci): add proper script for edge publishes 2018-10-18 01:55:21 +03:30
Pooya Parsa 9c1e0d1743 feat: migrate nuxt into monorepo (#4051)
Co-authored-by: Clark Du <clark.duxin@gmail.com>
Co-authored-by: Pooya Parsa <pooya@pi0.ir>
2018-10-18 00:58:25 +03:30
Pooya Parsa f85465386c
feat: move nuxt-legacy and nuxt-start into packages (#3824) 2018-08-31 22:51:41 +04:30
Clark Du 4311aca5cb refactor: update nuxt-start dependencies dynamically (#3816) 2018-08-30 20:47:41 +04:30
Clark Du aeb33e0c94 fix: nuxt-start-edge missing resources 2018-08-29 07:45:19 +01:00
Clark Du 67528f1ba3
fix: bin folder name 2018-08-28 22:25:13 +01:00
Clark Du dca1425cfe fix(nuxt-start): update dependencies (#3815) 2018-08-29 01:38:57 +04:30
Clark Du 7e77c82c5b
feat: upgrade babel to 7.0.0 (#3814) 2018-08-28 21:57:17 +01:00
Clark Du 7c7701d622 refactor: lint scripts and benchmarks 2018-08-10 15:18:54 +01:00
Clark Du 9b060f3be1
feat: upgrade to Babel 7 (#3667) 2018-08-10 14:45:58 +01:00
Sébastien Chopin d1f4deb448 license: Add banner on build and add our contributors to the list 2018-08-08 17:56:12 +02:00
Clark Du 8af501829a
misc: enable publish nuxt-edge 2018-07-29 19:40:18 +01:00
Clark Du 0ac8e74bd5
fix: nuxt-edge publish path 2018-07-29 19:35:18 +01:00
Clark Du 46de9625e0
refactor: nuxt-edge publisher 2018-07-29 19:28:06 +01:00
Clark Du dcd6c51bb8 tmp: do not publish nuxt-start for now 2018-07-29 19:09:53 +01:00
Clark Du 52d9841c9a
feat: fail release job if publish failed (#3604) 2018-07-29 19:01:05 +01:00
Pooya Parsa 727ef16920 fix(rollup): fix build warnings 2018-06-01 16:30:17 +04:30
Tatsuyuki Ishi c954ad4763 feat(packaging): rollup build improvements (#3402)
* Add missing devDependencies

This avoids relying on transitively installed dependencies.

* rollup: avoid bundling any NPM module

This is a hack relying on how rollup-plugin-node-resolve filters the path, but it works as intended.
2018-06-01 15:59:10 +04:30
Clark Du ef7a42649d misc: improve coverage and packaging (#3121)
nuxt-start and nuxt/legacy are also coming!
2018-03-28 02:58:17 +04:30
Clark Du b70ff8710f fix: build fixtures show logs and exit process when error occurred 2018-03-23 13:53:37 +04:30
Clark Du f4a34c5664
refactor: use is-ci instead of env.ci 2018-03-21 09:44:50 +08:00
Clark Du e801340107
refactor: fail exit when building fixtures failed 2018-03-19 14:54:14 +08:00
Clark Du eace48fb8c
refactor: adjust process.env.CI 2018-03-19 14:37:19 +08:00
Clark Du 03862a10da
refactor: make build-fixtures slient in CI building 2018-03-19 14:20:13 +08:00
Clark Du f9ccbb5754
refactor: make build-fixtures slient when not support tty 2018-03-19 14:08:23 +08:00
Clark Du f537abe067
refactor: build-fixtures 2018-03-19 13:17:48 +08:00
Clark Du 0a4560e5e2
test: fix some typos 2018-03-19 10:19:19 +08:00
Pooya Parsa f9c4f8bfb2 limit build concurrency 2018-03-19 04:30:54 +03:30
Pooya Parsa 6152894384 force enable spinner in CI 2018-03-19 04:25:12 +03:30
Pooya Parsa 19775d58f7 perf(build-fixtures): parallel builds 2018-03-19 04:21:06 +03:30
Pooya Parsa c4068c3a70 working tests 2018-03-19 03:11:14 +03:30
Pooya Parsa 07c40a913a build-fixtures script 2018-03-18 23:41:43 +03:30
Pooya Parsa f20ad95b2b remove pretty-error
https://github.com/standard-things/esm/wiki/improved-errors
2018-03-16 20:32:56 +03:30
Pooya Parsa 10d1b5974c style: format with prettier 2018-01-13 08:52:11 +03:30
Pooya Parsa c316be20ef improve nuxt-edge auto-publish versioning 2018-01-08 20:47:32 +03:30
Pooya Parsa 12830e306f ci: auto publish nuxt-edge 2018-01-08 20:22:56 +03:30
Pooya Parsa 26f032a11c build ~> scripts 2017-12-12 13:41:55 +03:30