Commit Graph

2866 Commits

Author SHA1 Message Date
Jonas Galvez 0e42e98751 Add `loading: false` option to pages (#3629)
* Add hasManualLoading

* Add hasManualLoading (2)

* Debugging

* Debugging (2)

* Change 'manual' to false

* Add custom-page-loading example

* Add custom-page-loading example (2)

* Changed approach

* Added custom-page-loading/README.md

* Change running loading time in about.vue

* Patch loadAsyncComponents

* Added final page

* Changed approach (2)

* Fixed example

* Fixed example (2)

* Fix example package name

* Linting

* Improved examples (more to the point)

* Linting (2)

* Fix typo

* Adjust indentation

* Added noloading.vue to basic fixture

* Added noloading tests

* Linting (3)

* Debugging test

* Linting (4)

* Debugging test (2)

* Debugging test (3)
2018-08-05 23:56:49 +02:00
Clark Du dbba872be2
misc: remove useless codes 2018-08-03 16:06:18 +01:00
Clark Du fceb30b7a3
fix: upgrade vue modules 2018-08-01 20:55:26 +01:00
Clark Du fbfea88f38
fix: upgrade vue for fixing ssr vulnerability 2018-08-01 20:48:29 +01:00
HANATANI Takuma ff32dbdb09 Fix GitHub capitalize (#3623) 2018-08-01 18:07:43 +02:00
Blake Kostner 4e2f9ca1f2 add ogv to webpack video config (#3624) 2018-08-01 18:07:18 +02:00
Clark Du 56db988f27 feat: exclude build.transpile in server node externals (#3614) 2018-07-31 15:10:24 +02:00
Sébastien Chopin 8c54c6d577
Update partner sizes 2018-07-31 13:58:10 +02:00
Clark Du 31d25df332 refactor: load all modules with esm (#3556) 2018-07-30 18:05:42 +02:00
Alexander Lichter 8c85f2299e feat(csp): add reportOnly option (#3559) 2018-07-30 18:04:02 +02:00
Sébastien Chopin e5a4149a66
Fix open collective badges 2018-07-30 11:35:30 +02:00
Sébastien Chopin 9edecdc05a
Use badgen for badges, remove Gitter for Discord 2018-07-30 11:33:27 +02:00
Clark Du 7998516b85
refactor: enable css thread pool (#3598) 2018-07-29 20:02:06 +01: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
Alexander Lichter ce09961ea5 Add repo to CTMY info (#3603) 2018-07-29 17:34:54 +01:00
Clark Du 5bdd0dd8a5
fix: undefined host in listening on message (#3595)
Fix error in #3529
2018-07-26 17:38:15 +01:00
Clark Du 859d632771
misc: fix typo 2018-07-26 17:01:01 +01:00
Blake Kostner ee95461cb1 resolve server listen details with server.address() (#3529)
* resolve server listen details with server.address()

* remove empty whitespace

* overwrite host and port in server listen method

* no let
2018-07-26 15:52:00 +02:00
Alexander Lichter a37772f0f8 fix(csp): remove duplicate sha-256 hashes (#3574) 2018-07-26 15:48:28 +02:00
Clark Du 241a071a3e test: add postcss custom feature test case 2018-07-25 17:58:24 +01:00
Clark Du a0ca257263 fix: lost context in closures 2018-07-25 17:10:56 +01:00
Clark Du 6567c205c9 ci: try run appveyor in 2 processes 2018-07-25 13:52:56 +01:00
Alexander Lichter 65d318d475 refactor: remove unused variables (#3576) 2018-07-25 09:00:21 +01:00
Clark Du 7365702bff refactor: use third argument of test for timeout 2018-07-24 17:30:31 +01:00
Clark Du 6b8e9fa1be misc: revert appveyor condition in test 2018-07-24 17:30:31 +01:00
Clark Du 5c6daae205 misc: bring back latest node version build on appveyor 2018-07-24 17:30:31 +01:00
Clark Du 139ff62773 misc: increase timeout for fixture building 2018-07-24 17:30:31 +01:00
Dmitry Molotkov 5280e86dfc generate source map for uglify if devtool === #source-map (#3451)
* generate source map for uglify if devtool === #source-map

* support different variants of source-map option

* change source map to be likes in official webpack repo
https://github.com/webpack/webpack/blob/master/lib/WebpackOptionsDefaulter.js#L294

* small code cleanup
2018-07-24 13:01:51 +02:00
Clark Du cff76965f6 refactor: worker-pool uses default count and not collect coverage in appveyor 2018-07-24 11:44:08 +01:00
Clark Du daf1c28dbf test: disable http2.push in appveyor 2018-07-24 11:44:08 +01:00
Clark Du 364be8dc68 refactor: extract common jest config 2018-07-24 11:44:08 +01:00
Alexander Lichter e814b34508 feat: enable silent config when not in debug mode (#3564) 2018-07-23 08:59:41 +01:00
Dmitry Molotkov 87f1f312be ignore *.spec.* test files (#3528)
Add ignore for *.spec.* files in addition to *.test.*

PS the error that can happen when try to run dev without ignore and with spec js is totally  confusing and gives zero lead on what happens.
https://gist.github.com/aldarund/8542b2e477956827d9195d0f6d173a3b
Only during build there was a error printed with a proper stacktrace that was lead to my test file
2018-07-21 17:33:41 +01:00
Clark Du 8c85edd08b
test: ignore multiple processes test cases in appveyor 2018-07-20 17:25:11 +01:00
Alexander Lichter 095404a251 refactor: change function calls when arity is one (#3563) 2018-07-20 16:42:31 +01:00
GU Yiling b5f6ed1332 fix: inject scrollBehavior in a more tolerant way (#3560)
Currently we cannot define `scrollBehavior` like:

```js
scrollBehavior () { // ← we can have space before the parenthesis
  // ...
}
```

Fixed this by using a `RegExp` to be more tolerant.
2018-07-20 16:26:03 +01:00
Dmitry Molotkov b0d2f674c8 exit code 1 in case of failed builds (#3535)
Fixes https://github.com/nuxt/nuxt.js/issues/3534
2018-07-20 16:12:29 +01:00
Clark Du dfef5252de
Merge remote-tracking branch 'origin/master' into dev 2018-07-19 12:26:52 +01:00
Clark Du faa069df49
example: update custom-build 2018-07-18 17:16:01 +01:00
Clark Du 2c92fddbdc refactor: support esm in internal module (#3551) 2018-07-18 17:14:08 +02:00
Clark Du e2296061b0
misc: fix typos 2018-07-18 15:39:48 +01:00
Jon Ege Ronnenberg c3e51a05af Updated Webworker example to work with nuxt.js 2.0 (#3531)
In response to @husayt's [comment](https://github.com/nuxt/nuxt.js/pull/3480#issuecomment-404150387).

HMR now works.
2018-07-18 12:15:37 +01:00
HG cfe1865905
Merge pull request #3545 from clarkdo/obselete_aggre_chunk
refactor: obselete AggressiveSplittingPlugin
2018-07-18 12:09:01 +01:00
Clark Du 0bdfcd7f99
misc: use unified avatar url for partner 2018-07-17 12:26:20 +01:00
Clark Du 46122f0383
misc: update new partner 2018-07-17 12:21:20 +01:00
Clark Du 9afd6a55dd
refactor: obselete AggressiveSplittingPlugin 2018-07-17 12:13:06 +01:00