Commit Graph

20 Commits

Author SHA1 Message Date
Xin Du (Clark) c02ded2d86
refactor(config): move `build.crossorigin` to `render.crossorigin` (#7187) 2020-04-07 11:38:49 +02:00
Xin Du (Clark) e999060da5 refactor(server): only append not empty allowed sources to csp (#6771) 2019-12-16 21:16:51 +01:00
Daniel Roe 697407d6b4
test: pass array to allowedSources 2019-11-30 12:49:00 +00:00
PedroD 257ae2279b fix(config): typo in `unsafeInlineCompatibility` name (#6583) 2019-10-19 10:15:07 +02:00
Jonas Galvez bdcc7dd341 feat(config): `serverMiddleware` as a simple key/value object (#6414) 2019-09-29 11:11:25 +02:00
Pim 4e4aa4d5d4 feat(server): add config option to define etag hash function (#6438) 2019-09-20 20:49:16 +02:00
Xin Du (Clark) c14bb35aad
test: remove unnecessary generate (#6301) 2019-08-25 23:41:32 +01:00
Pooya Parsa 560cb57443
refactor(config): rename `devModules` to `buildModules` (#6203) 2019-08-09 15:02:53 +04:30
Kevin Marrec 81b5ce22ce feat: externalize typescript support (#5858) 2019-07-24 11:56:44 +04:30
William Chong cf39c75711 feat(vue-renderer): add csp option for csp v1 compatibility (#5975) 2019-06-26 16:22:45 +01:00
Pooya Parsa 8576b4fcfd
feat: configurable aliases (#5655) 2019-05-06 18:29:37 +04:30
Sébastien Chopin 01acf66c67 feat(vue-app): rename `transition` to `pageTransition` and deprecate it (#5558) 2019-04-20 14:31:59 +04:30
Pooya Parsa a9d2deb16a
fix: improve `router.base` handling (#5470) 2019-04-05 18:45:58 +04:30
James George b978a3761d feat(vue-renderer): add csp meta tags (#5354) 2019-04-02 00:29:58 +04:30
Xin Du (Clark) 64fa4244d0 fix(build): disable loading `babel.config.js` by default (#5365) 2019-03-24 22:14:22 +04:30
Clark Du aad46ed674 fix: disable parallel build when extractCSS is enabled 2019-02-13 10:32:13 +00:00
Xin Du (Clark) a616c09b22 feat(test): unit tests for core/config module (#4760)
* 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
Clark Du e594f09914
test: mock require.main 2019-01-14 20:31:39 +00:00
Clark Du d02eb2f958 fix(test): remove local paths 2019-01-14 19:47:00 +00:00
Clark Du bd1ae0b9df test: add unit tests for @nuxt/config 2019-01-14 17:40:15 +00:00