Xin Du (Clark)
c610d95507
chore(deps): upgrade to @nuxtjs/eslint-config v6 ( #8942 )
2021-03-07 12:40:05 +00:00
pooya parsa
4d8077f8fe
feat(webpack): use watchpack2 ( #8890 )
2021-02-24 22:01:25 +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
Xin Du (Clark)
11646ba2f6
fix(webpack): no module scripts in spa modern client mode ( #7967 )
...
[release]
2020-08-25 21:26:04 +02:00
Xin Du (Clark)
23324b9eae
fix(webpack): modern build should wait for legacy assets ( #7635 )
...
#7562
2020-06-29 17:44:08 +02:00
Xin Du (Clark)
b1b14033fb
fix(modern): wrong assets mapping in ssr client modern mode ( #7382 )
2020-05-17 21:41:07 +02:00
Xin Du (Clark)
ffb9c65f46
feat(ssr): add non async split chunk to preload scripts ( #7383 )
2020-05-17 21:39:17 +02:00
Clark Du
498f408d9a
chore(deps): update devdependency eslint to v7
2020-05-11 09:21:54 +01:00
Xin Du (Clark)
789f0e6555
chore(dep): upgrade html-webpack-plugin to v4 ( #7119 )
2020-05-07 11:52:26 +01:00
Xin Du (Clark)
2bd2c3853d
feat(modern): remove inlined safari fix in csp mode ( #7306 )
2020-05-03 20:15:24 +02:00
Xin Du (Clark)
e8aca9eb11
chore: update @nuxtjs/eslint-config to v2 and fix lint errors ( #6732 )
2019-11-26 23:42:39 +01:00
pooya parsa
e7cc2757c3
refactor: update eslint-config to 1.x
...
Co-authored-by: Alexander Lichter <manniL@gmx.net>
2019-07-10 15:15:49 +04:30
Xin Du (Clark)
a1124d2fff
fix(renderer): correctly load nomodule scripts in safari 10 ( #6033 )
2019-07-06 16:22:50 +01:00
Kevin Marrec
262ea5c31a
refactor: prepare for external typescript support ( #5854 )
2019-06-05 00:18:01 +04:30
Alexander Lichter
d08ce2f628
refactor: small readability improvements ( #5748 )
2019-05-16 14:38:44 +04:30
Yama-Tomo
1e4708e90f
feat(webpack): suppress not found typescript warnings ( #5635 )
2019-05-10 14:48:44 +04:30
Xin Du (Clark)
aea9db6f56
fix(webpack): fix production font preloading ( #5436 )
2019-04-20 13:05:14 +01:00
Andrey Shertsinger
bcd672f931
fix: generate failure ( #5007 )
2019-02-13 09:18:41 +00:00
Clark Du
eac6d022f5
refactor: remove unnecessary onEmit in old webpack
2019-02-07 17:26:43 +00:00
pooya parsa
fb87a559c2
fix: fix non standard esm modifications
2019-02-06 22:28:43 +03:30
Alexander Lichter
40fbe5ba47
refactor: cleanups and code style improvements ( #4788 )
2019-01-18 00:48:29 +03:30
Clark Du
ecf76d91f1
fix: SafariFix is not injected in client modern mode
2019-01-08 13:21:13 +00:00
Alexander Lichter
c60b1945e8
chore: cleanup ( #4529 )
2018-12-12 10:01:49 +03:30
Clark Du
e6808c57ef
fest: add build.corssorgin ( #4472 )
2018-12-05 19:51:58 +03:30
Pooya Parsa
6589670864
fix(server): delete all non-js assets
2018-12-01 14:29:26 +03:30
Pooya Parsa
0f104aa588
feat: improve SSR bundle ( #4439 )
...
- Better insights and inspection for server bundle
- Remove all vue related dependencies from vue-renderer package as much as possible to reduce install size of nuxt-start
- Support for single file distributions (serverless)
- Remove server-bundle.json and use the standard .js files for dist/server
- Mitigate CALL_AND_RETRY_LAST Allocation failed errors. Most of the cases happen on JSON.parse() the part when loading bundle. (#4225 , #3465 , #1728 , #1601 , #1481 )
- Reduce server dist size by removing escape characters caused by JSON serialize
- Faster dev reloads and production start by removing extra JSON.serialize/JSON.parse time
- Less memory usage
- General performance improvements and refactors
2018-12-01 13:43:28 +03:30