UNPKG

@parabol/webpack-autodll-plugin

Version:

AutoDLL Webpack Plugin for handling DLL caching outside of webpack.

119 lines (44 loc) 4.54 kB
# [1.3.0](https://github.com/JimmyLv/webpack-autodll-plugin/compare/v1.2.4...v1.3.0) (2021-11-29) ### Features * add webpack cache for buildDll ([84d2ed9](https://github.com/JimmyLv/webpack-autodll-plugin/commit/84d2ed9876dbfb7e1a8db43e7cf35b583a245ce1)) # [v1.3.0](https://github.com/JimmyLv/webpack-autodll-plugin/compare/v1.2.4...v1.3.0) (2021-11-29) ## [1.2.4](https://github.com/JimmyLv/webpack-autodll-plugin/compare/v1.2.3...v1.2.4) (2021-11-23) ### Bug Fixes * only publish dist as npm package ([9d3ffab](https://github.com/JimmyLv/webpack-autodll-plugin/commit/9d3ffabf9c1aa4293b9c17f617681693f34153bc)) * use webpack serve static to serve vendors.dll.js ([521fd7b](https://github.com/JimmyLv/webpack-autodll-plugin/commit/521fd7b731f168ed420010d883d8ec72443c71a6)) # [v1.2.4](https://github.com/JimmyLv/webpack-autodll-plugin/compare/v1.2.3...v1.2.4) (2021-11-23) ## [1.2.3](https://github.com/JimmyLv/webpack-autodll-plugin/compare/v1.2.2...v1.2.3) (2021-11-23) ### Bug Fixes * add context for dll-reference error ([45c5daa](https://github.com/JimmyLv/webpack-autodll-plugin/commit/45c5daa7dd88ebf2325267b4c0b845f4debaab1a)) * update main file ([9d7177c](https://github.com/JimmyLv/webpack-autodll-plugin/commit/9d7177c82e151c99aace3b0ee42348a0919f4807)) # [v1.2.3](https://github.com/JimmyLv/webpack-autodll-plugin/compare/v1.2.2...v1.2.3) (2021-11-23) ## [1.2.2](https://github.com/JimmyLv/webpack-autodll-plugin/compare/v1.2.1...v1.2.2) (2021-11-23) ### Bug Fixes * update the cacheDir to dev/dll ([c666c5b](https://github.com/JimmyLv/webpack-autodll-plugin/commit/c666c5b44befa048963b59591e3aecd7e02aa841)) # [v1.2.2](https://github.com/JimmyLv/webpack-autodll-plugin/compare/v1.2.1...v1.2.2) (2021-11-23) ## [1.2.1](https://github.com/JimmyLv/webpack-autodll-plugin/compare/v1.2.0...v1.2.1) (2021-11-23) ### Bug Fixes * update the npm publish config ([9e71038](https://github.com/JimmyLv/webpack-autodll-plugin/commit/9e71038a7bd9957b4d32107b77d6217658ad3a92)) # [v1.2.1](https://github.com/JimmyLv/webpack-autodll-plugin/compare/v1.2.0...v1.2.1) (2021-11-23) # [1.2.0](https://github.com/JimmyLv/webpack-autodll-plugin/compare/v1.1.0...v1.2.0) (2021-11-23) ### Features * add cache option for lockfile, use `yarn.lock` by default ([a920c46](https://github.com/JimmyLv/webpack-autodll-plugin/commit/a920c46d362848dd56513305b6900f7279367242)) # [v1.2.0](https://github.com/JimmyLv/webpack-autodll-plugin/compare/v1.1.0...v1.2.0) (2021-11-23) # [1.1.0](https://github.com/JimmyLv/webpack-autodll-plugin/compare/v1.0.0...v1.1.0) (2021-11-22) ### Features * config vendors and replace with dll plugin inside WebpackAutodllPlugin ([e056455](https://github.com/JimmyLv/webpack-autodll-plugin/commit/e0564552f4b36577a3247cc0af1834b45f89c8bf)) # [v1.1.0](https://github.com/JimmyLv/webpack-autodll-plugin/compare/v1.0.0...v1.1.0) (2021-11-22) # 1.0.0 (2021-11-22) ### Bug Fixes * simplify the code ([fe29558](https://github.com/JimmyLv/webpack-autodll-plugin/commit/fe295585dd039c3959134df3c312c2d41f648cbd)) * update git repo url ([f011b0d](https://github.com/JimmyLv/webpack-autodll-plugin/commit/f011b0d2b02f4f68266cf71255e70e89a6e1f28d)) ### Features * add [@semantic-release](https://github.com/semantic-release) and auto generate changelog ([31b8ab5](https://github.com/JimmyLv/webpack-autodll-plugin/commit/31b8ab56d6f9e92b0e7302550d2a0dbc596606c1)) * add async module webpack demo ([348634b](https://github.com/JimmyLv/webpack-autodll-plugin/commit/348634b3e4ba0eec417f97799488d6481383cdf4)) * add basic logic to check beforeCompile hook ([75dd109](https://github.com/JimmyLv/webpack-autodll-plugin/commit/75dd10931f7fde5532d5f19858ebe05e26f970dd)) * add dev server example for js ([dd2e567](https://github.com/JimmyLv/webpack-autodll-plugin/commit/dd2e5676689e1651dc67a2c57a2d8439c501a258)) * add react module example with babel config and profill ([c549f5b](https://github.com/JimmyLv/webpack-autodll-plugin/commit/c549f5b30151d6e32360acb88f3636f9b6cc3672)) * add shouldUpdateCache() by compare yarn.lock ([218c9c7](https://github.com/JimmyLv/webpack-autodll-plugin/commit/218c9c7630f033a259285ae1c258d4caf8a8091d)) * build dll cache successful ([ebbcc92](https://github.com/JimmyLv/webpack-autodll-plugin/commit/ebbcc92781b32d2e2b7900e5171a149a1a4a8639)) * update dll cacheDir, resolve correct path and cleanup code ([0246ae0](https://github.com/JimmyLv/webpack-autodll-plugin/commit/0246ae0abe639b2c375d27cebcd3b6d042476c28)) # v1.0.0 (2021-11-22)