1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-01 10:23:24 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
renovate[bot]
ae82a03a28 chore(deps): update all non-major dependencies ()
Co-authored-by: Xin Du (Clark) <clark.duxin@gmail.com>
2019-06-29 05:49:55 +01:00
Markus Padourek
5f72ad5358 refactor(core): use require.resolve instead of Module internals () 2019-05-26 00:24:28 +04:30
cui_xiaorui
6e9cf8e394 test: add unit tests for core/resolver.js () 2019-05-23 09:10:18 +01:00
cui_xiaorui
b62585f277 test: remove duplicate unit tests in packages/core/test/resolver… () 2019-05-22 10:25:49 +01:00
pooya parsa
a2790b4152 fix esm test 2019-04-21 22:31:42 +04:30
Pooya Parsa
001ba775fa
revert(core): call ready to prevent breaking changes () 2019-03-30 23:23:56 +04:30
Thomas Reichling
9ff01f9b20 fix: remove consola.debug for hooks () 2019-03-21 23:22:17 +03:30
Pooya Parsa
aabb1f69e7
perf(core): skip esm for node_modules and non .js files () 2019-03-13 13:54:39 +03:30
Pooya Parsa
13cb0f73d9 refactor: remove builder coupling from server () 2019-03-08 20:43:23 +00:00
Pim
4e51723efc feat(cli): lock project during build or generate () 2019-03-03 11:42:46 +03:30
Jonas Galvez
e87711c5e7 feat: support devModules option () 2019-03-03 11:19:46 +03:30
Pooya Parsa
29297160a1
feat(vue-renderer): improvements () 2019-02-08 13:35:01 +03:30
Ricardo Gobbo de Souza
1e9eb4b70c feat(module): support src as a function in addModule () 2019-02-05 15:05:42 +03:30
Clark Du
fabf1c07eb test: add await for promisable expect 2019-02-04 11:31:24 +00:00
Alexander Lichter
569b6aab9c refactor: typos () 2019-02-01 16:38:47 +03:30
Xin Du (Clark)
a616c09b22 feat(test): unit tests for core/config module ()
* feat(test): enable tests in packages

* fix: wait error hook

* test: entry and hookable in core

* fix(test): options snapshot in windows

* refactor(test): simpilify jest.fn

* test: module in core

* test: complete module test

* test: add test for resolver in core

* test: update config snapshot

* test: nuxt in core module
2019-01-19 13:00:51 +01:00