Commit Graph

151 Commits

Author SHA1 Message Date
Daniel Roe
803d2e6cc7
fix(config): add back md4 monkey-patch for wider ecosystem (#27865) 2024-06-27 17:02:26 +02:00
Daniel Roe
f3da112c18
chore: refresh yarn lockfile (#27612) 2024-06-14 12:37:32 +01:00
Daniel Roe
fc65b362e0
fix: remove md4 patch now that webpack has it in core (#23703) 2023-10-16 15:21:27 +01:00
Xin Du (Clark)
89204f057b
feat(csp): support generating nonce for scripts and links in ssr (#9621) 2023-06-07 20:10:41 +01:00
Daniel Roe
7fab952528 perf(config): avoid recursive md4 patching 2023-05-15 13:23:23 +01:00
Olga Bulat
e86850a7a4
fix(config): move preset to inner postcssOptions (#19518) 2023-03-16 09:05:03 -07:00
Daniel Roe
2c6b593a85
fix(config): upgrade md4 -> md5 on node > 16 (#19108) 2023-02-20 12:28:43 -08:00
Daniel Roe
6896e10599
fix(config): let webpack merge postcss plugins (#18839) 2023-02-06 14:59:12 -08:00
Xin Du (Clark)
454a9af242
feat(webpack)!: update postcss to v8 (#9671)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-02-02 07:13:28 -08:00
Daniel Roe
e28eed03e5
chore: use named export from defu (#18679) 2023-02-01 16:02:45 -08:00
renovate[bot]
c7ea13ea9f
feat: update std-env to v3 (#10012) [release]
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-11-03 18:46:49 +01:00
William L'Archeveque
b116d0ded4
feat(generator): add ignoreEnv generate option during ensureBuild(cmd) (#8955)
[release]
2021-05-26 09:05:11 +02:00
Daniel Roe
186df335d9
feat(config): support nuxtrc in dist directory (#9280) 2021-05-17 20:53:20 +02:00
Daniel Roe
ca020cf9cb
refactor: move internal app runtime config to _app namespace (#9075) 2021-03-30 18:38:51 +02:00
Daniel Roe
a6fc5da5f8
fix(config): merge app namespace rather than overriding (#9039) 2021-03-25 11:20:17 +01:00
Evan Ma
89e8fe07b8
fix(config): compile type compatibility in css-loader v4 (#9014) 2021-03-22 11:30:19 +01:00
Daniel Roe
69b5264ef3
fix: allow relative public paths (#8935) 2021-03-10 12:48:41 +01:00
Amon Sawamura
380ffb6481
feat(generator): add nojekyll option (#8813)
Co-authored-by: Xin Du (Clark) <clark.duxin@gmail.com>
2021-02-24 22:01:01 +01:00
Daniel Roe
119091c8d1
refactor(utils, vue-app): use ufo to parse queries and join urls (#8765) 2021-02-09 17:01:37 +01:00
Daniel Roe
073157f535
fix(config): prevent invalid css filenames in webpack output (#8778) 2021-02-08 09:01:47 +01:00
Xin Du (Clark)
b0e6277615
fix(webpack): disable stats output from webpack-dev-middleware (#8651) 2021-01-17 12:05:20 +01:00
Pooya Parsa
cd7b9ca5d8 _fix(config): always use jiti to load config
closes #8576 [release]
2021-01-04 13:40:41 +01:00
Xin Du (Clark)
6b4d451b66
fix(dev): resolve module required by create-require in jiti (#8556)
* fix(dev): resolve module required by create-require in jiti

* fix test

* add useJITI to create require

* refactor default options.createRequire
2020-12-29 13:15:12 +01:00
Pooya Parsa
7529d65d75 chore: migrate from @nuxt/ufo to ufo 2020-12-22 18:20:41 +01:00
Daniel Roe
9681a8937d
feat(config, vue-app, vue-renderer): support dynamic base and publicPath (#8520)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2020-12-22 18:15:59 +01:00
pooya parsa
dec8f99fc3
feat: support plug-and-play, typescript runtime and native modules (#8389)
Co-authored-by: Clark Du <clark.duxin@gmail.com>
2020-12-22 18:07:50 +01:00
Pooya Parsa
79c6cb5ee3 v2.14.11 [hotfix] 2020-12-10 00:25:44 +01:00
pooya parsa
966796fbdf
fix: fix issues with route normalization (#8462)
Co-authored-by: Clark Du <clark.duxin@gmail.com>
2020-12-10 00:19:31 +01:00
Pooya Parsa
85bb97906c v2.14.10 [hotfix] 2020-12-07 11:37:14 +01:00
pooya parsa
fc51ca3330
fix: normalize routes and decode resolved query (#8430) 2020-12-06 18:32:39 +01:00
Xin Du (Clark)
ab039f051a
feat: update all dependencies that require node 10.x (#8346) 2020-12-01 12:40:50 +01:00
pooya parsa
c15fc421ab
refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
pooya parsa
cc1f6d94b5
fix: handle route encoding (#8325)
Co-authored-by: farnabaz <farnabaz@users.noreply.github.com>
2020-11-30 23:10:02 +01:00
Sébastien Chopin
691f21c683
fix(vue-app): handle missing payloads on full static (#8314)
* fix(vue-app): handle missing payloads on full static

Fixes #7717

* chore: rename routesManifest to manifest

* chore: remove console.log

* chore(vue-app): don't have staticAssetsBase if undefined

* chore: add manifest option

* test: update snapshot

* chore: use foundRoute to avoid multiple vars name

Co-authored-by: Pooya Parsa <pyapar@gmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2020-11-25 15:19:29 +01:00
pooya parsa
d864b2bd75
chore(config): deprecate mode option (#8044) 2020-09-09 16:39:20 +02:00
remigermain
7e3532ea59
fix(config): normalize build.indicator: true to default value (#8030)
* fix(config): indicator set to true

* fix eslint

* Update options.js

* indicator is not ad-hoc

Co-authored-by: rgermain <germain.remi@protonmail.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2020-09-09 11:37:49 +02:00
pooya parsa
4de44e6c52
fix(config): avoid recursion when interpolating env (#8014) 2020-09-09 10:50:27 +02:00
pooya parsa
a3d836401c
fix: revert production js chunk names (#8012) 2020-09-09 10:49:31 +02:00
pooya parsa
a7da6fd56f
fix(config): don't interpolate variables with undefined value (#8013) 2020-09-03 13:42:17 +02:00
Xin Du (Clark)
f130901ab1
fix(core, config): disabe esm cache (#7839) 2020-08-04 11:28:31 +02:00
pooya parsa
2e1025f2de
fix(webpack): avoid grouping with default name (#7808)
[release]
2020-07-30 16:22:03 +02:00
Ahad Birang
6a2576b6f6
feat(webpack): auto detect core-js version (#7785)
* feat: add build option to set corejs version

* fix tests

* refactor: improve error handling and warn for invalid corejs version

* fix: only pick major part

* simplify as we are already using try/catch

Co-authored-by: pooya parsa <pyapar@gmail.com>
2020-07-27 15:36:46 +02:00
pooya parsa
c5a4465572
feat: static target DX improvements (#7712)
[release]

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: pimlie <pimlie@hotmail.com>
2020-07-16 17:10:54 +02:00
pooya parsa
1edac29eba
fix(webpack): use compact name for concatenated modules (#7639)
[release]
2020-06-30 19:47:42 +02:00
Xin Du (Clark)
db65c2eb6b
feat: createRequire option and disable esm for jest (#7476) 2020-06-11 15:59:13 +02:00
pooya parsa
796282ceec
feat: improve production debugging dx (#7463) 2020-06-09 21:45:52 +02:00
pooya parsa
1e4ce5055e
refactor: ad-hoc modules (#7452) 2020-06-03 21:34:10 +02:00
Pooya Parsa
3db31abb05
feat(config): support .nuxtrc (#7430)
[release]
2020-05-28 18:27:49 +02:00
Kevin Marrec
618eb5fad0
fix(config): remove runtimeConfig string fallback (#7421)
[release]
2020-05-27 15:38:29 +02:00
Pooya Parsa
6cbcd59d4e
feat(config): improved runtimeConfig (#7420)
* fix: ensure interpolate value is a string

* feat: allow native values from dotenv

* test: update test for regression on native value check
2020-05-27 12:38:39 +02:00