Nuxt/packages/cli/src
Sébastien Chopin 03eb049677
fix(builder): watch store dir and serverMiddleware paths (#5681)
* fix(builder): Watch store dir to restart Nuxt app when options.store=false

* hotfix: Linting issues

* hotfix: Use path.resolve instead of path.join

* test: Update test for watcher

* hotfix: revert to path.join and fix tests

* hotfix: Fix coverage for hard to test condition

* hotfix: Fix test for Windows

* Update builder.js

* fix lint error

* fix: Cache serverMiddlewarePaths
2019-05-10 15:03:07 +02:00
..
commands fix(builder): watch store dir and serverMiddleware paths (#5681) 2019-05-10 15:03:07 +02:00
options feat(cli): lock project during build or generate (#4985) 2019-03-03 11:42:46 +03:30
utils fix: don't customize esm options 2019-04-21 22:20:32 +04:30
command.js fix(cli): config cache invalidation + refactors (#5500) 2019-04-11 14:34:21 +04:30
imports.js fix(cli): throw error with proper code for failed imports (#5478) 2019-04-07 11:25:53 +01:00
index.js fix(cli): config cache invalidation + refactors (#5500) 2019-04-11 14:34:21 +04:30
list.js feat: show warning on forced exit (#4958) 2019-02-06 22:53:42 +03:30
run.js refactor: some small stuff (#4979) 2019-02-08 17:25:11 +01:00
setup.js feat: show warning on forced exit (#4958) 2019-02-06 22:53:42 +03:30