Anton Korzunov
18544decdd
configure public repository
2025-05-18 11:21:23 +10:00
Anton Korzunov
74983d3ef6
v5.16.7
v5.16.7
2025-05-18 11:20:15 +10:00
Anton Korzunov
bf69c3c2c3
remove size snapshot
2025-05-18 11:19:28 +10:00
Anton Korzunov
9a699c4191
v5.16.6
v5.16.6
2025-05-18 11:14:10 +10:00
Anton Korzunov
f21eda7274
renovate node version
2025-05-18 11:13:02 +10:00
Adam Skoufis
8089c1cdb0
Update react peer dependency ranges to include v19 ( #1019 )
...
* Replace reference to internal atlassian registry with yarnpkg registry
* Update react peer dependency range to include `^19.0.0`
2025-05-18 10:58:48 +10:00
Anton Korzunov
86e72af539
v5.16.5
v5.16.5
2024-04-20 17:11:38 +10:00
Anton Korzunov
cbaaaf26da
update size snapshot
2024-04-20 17:11:28 +10:00
Anton Korzunov
926e4d4d47
update babel-runtime
2024-04-20 17:10:56 +10:00
Wojciech Maj
791687fb89
Bring back extensions in server package ( #1006 )
...
Brings back extensions removed in 114cea2b61ef644d3b794a9b5f48df69f0f5400b, which caused issue #1005 .
2024-04-20 17:10:01 +10:00
Anton Korzunov
3bb6f3dc0e
v5.16.4
v5.16.4
2024-04-20 12:05:52 +10:00
Anton Korzunov
114cea2b61
fix: correct esm configuration for loadable/server, fixes : #999 ( #1004 )
...
* fix: correct esm configuration for loadable/server, fixes : #999
* chore: put common-js override in
* update snapshots
2024-04-20 12:04:04 +10:00
Valentin Semirulnik
c23df052b6
Migrate server to ESM ( #1003 )
...
* Add extensions to all imports
* Output ESM and CJS for dual publish
* Force extensions in ESLint
* Bump babel/runtime
2024-04-13 19:11:04 +10:00
Anton Korzunov
8f40762051
v5.16.3
v5.16.3
2023-12-26 15:49:31 +11:00
Anton Korzunov
607733caac
commit size snapshot
2023-12-26 15:49:07 +11:00
Anton Korzunov
9d381c35b7
fix: correct react-is for mjs export; remove isValidComponent check ( #991 )
2023-12-26 15:46:16 +11:00
Anton Korzunov
2210bcf43b
v5.16.2
v5.16.2
2023-12-16 08:22:41 +11:00
Iskren Slavov
e4a37188b8
fix: add esm exports to package.json and change esm bundle extension to .mjs to allow node.js to properly import esm version of package. ( #989 )
2023-12-16 08:14:29 +11:00
Anton Korzunov
09af82568f
v5.16.1
v5.16.1
2023-07-20 17:51:39 +10:00
Anton Korzunov
19849b6ba7
fix: correct babel plugin default signature to allow any source of 'loadable' ( #972 )
...
* fix: correct babel plugin default signature to allow any source of 'loadable', fixes #971
* Update packages/babel-plugin/src/index.js
2023-07-19 12:57:40 +10:00
Anton Korzunov
0e4b57fed4
v5.16.0
v5.16.0
2023-07-09 16:08:19 +10:00
Anton Korzunov
edaf30c2ca
update documentation for babel plugin
2023-07-09 16:07:46 +10:00
Edward Kimmel
e18e37afd8
feat: Allow additional identifiers to be passed in to the babel plugin ( #966 )
...
* Allow additional identifiers to be passed in to the babel plugin
* Now allowing an array of name/package entries to be transformed
2023-07-06 12:57:59 +10:00
Øyvind Saltvik
2d1645d855
Added getEntrypointPath to ChunkExtractor and reading json from fs ( #951 )
...
* Added getEntrypointPath to ChunkExtractor and reading json from inputFilesystem instead of require
* Adds getAllScriptAssetsPaths to ChunkExtractor
2023-02-03 14:00:16 +11:00
Anton Korzunov
82c7019502
v5.15.3
v5.15.3
2023-01-28 15:28:30 +11:00
Anton Korzunov
32237cb6fe
chore: use fixed npm registry
2023-01-28 15:28:09 +11:00
Anton Korzunov
66edc37a73
fix: add React 17 and 18 to package dependencies, fixes #718
2023-01-28 15:24:22 +11:00
Øyvind Saltvik
ede55583c4
Support renamed imports in babel-plugin ( #929 )
...
* Support renamed imports in babel-plugin
* Added back default behaviour with a plugin option
2022-12-12 12:20:14 +11:00
Øyvind Saltvik
3ec9b64009
Added transformation of lazy ( #925 )
2022-12-05 16:57:26 +11:00
official_dulin
a32a7aa311
Fixed spell issue ( #895 )
2022-08-03 09:57:15 +10:00
Il Harper
b3a9febff5
chore: fix gatsbyjs link in website/README.md ( #890 )
2022-04-10 16:13:36 +10:00
Ludvig Hozman
11aaaaa9bc
docs(website) Add note on order of calls for SSR ( #855 )
2021-12-14 14:33:01 +11:00
Anton Korzunov
711e4b6d31
v5.15.2
v5.15.2
2021-12-12 18:33:43 +11:00
Anton Korzunov
56ef25623d
format files
2021-12-12 18:33:14 +11:00
Anton Korzunov
45f2d9133c
fix: use stable promises for load/preload/React ( #858 )
2021-12-12 18:32:06 +11:00
Matej Vobornik
33cb54dfbb
cache promise on load/preload ( #830 )
2021-12-12 15:24:42 +11:00
jinasonlin
9ff66939ee
fix: loadAsync Loadable should copy statics ( #839 )
2021-09-26 13:46:05 +10:00
Martin Jantošovič
3b9cb202a0
fix: Clear correct cache when compiling with Webpack ( #838 )
...
* fix: Clear correct cache when compiling with Webpack
* Update packages/server/src/util.js
Co-authored-by: Anton Korzunov <thekashey@gmail.com>
2021-09-26 13:45:15 +10:00
PatrickNausha
1376eec79b
Fix getInlineStyleTags/Elements docs. ( #828 )
...
* Fix getInlineStyleTags/Elements docs.
* Make wording more consistent.
2021-09-04 10:49:01 +10:00
Anton Korzunov
629c80e42e
v5.15.1
v5.15.1
2021-08-17 18:05:56 +10:00
Jarrett Confrey
9b34195627
fix: SubResourceIntegrity ( #803 )
2021-08-07 18:23:53 +10:00
Paolo Priotto
73b17fd067
fix: add cachedAssets to stats options ( #779 )
...
fixes #770
2021-05-26 18:20:04 +10:00
George
07869f707a
Make example OS agnostic ( #768 )
2021-05-13 15:38:49 +10:00
Anton Korzunov
e74b3c9d9d
v5.15.0
v5.15.0
2021-05-08 17:29:33 +10:00
Anton Korzunov
9305d03844
update node to v12
2021-05-08 17:26:03 +10:00
Eliseu Monar dos Santos
cea9f249f7
feat: webpack plugin doesn't need all chunk info ( #735 )
...
I'm currently working on a pretty massive project with hundreds of split points, thousands of modules (plus node_modules), CSS, hot reloading, all the goodies... but *LoadablePlugin* was taking a very significant amount of time to run (about 1.2s). With these changes it went down to ~7ms.
2021-05-08 12:08:56 +10:00
OSamkova
8f10896058
Prevent memory leaks in staging by adding env var ( #730 )
...
* add env variable to prevent reload
* add env variable to prevent reload
* add env variable to prevent reload
* lint error fix
* prevent memory leaks
* detect HMR
2021-04-07 14:16:15 +10:00
Siarhei Lunski
828361e24d
fix docs: import() syntax a part of language ( #737 )
...
* fix docs: import() syntax a part of language
`import()` syntax is officially a part of ECMA2020 so this note can be refined.
https://github.com/tc39/proposal-dynamic-import
* fix type
2021-04-05 19:55:29 +10:00
dependabot[bot]
225caf6cf1
chore(deps): bump y18n from 4.0.0 to 4.0.1 in /examples/webpack/webpack4 ( #734 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-05 19:53:51 +10:00
dependabot[bot]
b58130fa97
chore(deps): bump y18n from 4.0.0 to 4.0.1 in /website ( #732 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-05 15:56:37 +10:00