1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/infrastructure/webpack/src
Iku-turso b408d5693d chore!: Make linkable-push opt-in for shared build scripts
This is because linkable-push is a non-deterministic side-effect, and
thus breaks fundamentals of nx-cacheing. Running it elsewhere in later
commit will give us best-of-both-worlds, where builds get cached, and
linkable-push still gets run automatically when required.

BREAKING CHANGE: Add "new LinkablePushPlugin()" in your
"plugins" of webpack.config to restore automatic linkable-push when
using "lens-webpack-build", "lens-webpack-build --watch" or just
"webpack".

Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>

Signed-off-by: Mikko Aspiala <mikko.aspiala@gmail.com>
2023-06-06 11:55:52 +03:00
..
__snapshots__ chore!: Make linkable-push opt-in for shared build scripts 2023-06-06 11:55:52 +03:00
plugins feat: Make webpack configuration trigger linkable-push 2023-06-01 08:57:01 +03:00
runtime-values feat: Make builds produce sourcemaps when NODE_ENV is not production 2023-06-02 10:53:21 +03:00
scripts fix: Make the shared build script return non-zero status on errors 2023-06-02 14:54:39 +03:00
get-multi-export-config.test.ts feat: Make builds produce sourcemaps when NODE_ENV is not production 2023-06-02 10:53:21 +03:00
get-multi-export-config.ts feat: Make builds produce sourcemaps when NODE_ENV is not production 2023-06-02 10:53:21 +03:00
get-node-config.test.ts feat: Make builds produce sourcemaps when NODE_ENV is not production 2023-06-02 10:53:21 +03:00
get-node-config.ts chore!: Make linkable-push opt-in for shared build scripts 2023-06-06 11:55:52 +03:00
get-react-config-for.ts feat: Make builds produce sourcemaps when NODE_ENV is not production 2023-06-02 10:53:21 +03:00
node-config.ts feat: Make builds produce sourcemaps when NODE_ENV is not production 2023-06-02 10:53:21 +03:00
react-config.ts feat: Make builds produce sourcemaps when NODE_ENV is not production 2023-06-02 10:53:21 +03:00