Skip to content

Releases: ScriptedAlchemy/webpack-external-import

v2.2.4

14 May 23:22
Compare
Choose a tag to compare

2.2.4 (2020-05-14)

Bug Fixes

  • update readme and change license (ec226f8)

v2.2.3

28 Feb 19:48
3911b87
Compare
Choose a tag to compare

2.2.3 (2020-02-28)

Bug Fixes

v2.2.2

26 Feb 07:00
008d832
Compare
Choose a tag to compare

2.2.2 (2020-02-26)

Bug Fixes

v2.2.1

20 Feb 08:35
6abab3e
Compare
Choose a tag to compare

2.2.1 (2020-02-20)

Bug Fixes

  • deps: update dependency @testing-library/jest-dom to v5 (#139) (8894c64)
  • deps: update dependency react-scripts to v3.4.0 (#138) (98f5403)

v2.2.0

12 Feb 01:14
d42a85b
Compare
Choose a tag to compare

2.2.0 (2020-02-12)

Features

  • adding support for webpack externals (#115) (d42a85b)

v2.1.1

06 Feb 21:09
b49d9bb
Compare
Choose a tag to compare

2.1.1 (2020-02-06)

Bug Fixes

  • addressed missing functions after refactors (#112) (b49d9bb)

v2.1.0

06 Feb 07:36
2eb0d2a
Compare
Choose a tag to compare

2.1.0 (2020-02-06)

Features

  • Recursive tree-shake support (#111) (2eb0d2a)

  • Tree shaking support
    Basic implementation working

  • moved demo to static serve
    fix: addressed issues with missing chunks
    chore: preparing codebase for queue groups in require extension

  • fix: stable parallel chunk resolution
    improving resolution tactics
    updated style resolution
    remove useless chunk registration checks

  • fix: decouple loader scripts from the main bundle

  • docs: adding comments

  • fix: adding error handling for CSS

  • fix: fixed error handling on CSS and JS promises

  • perf: split chunks into 50kb fragments

  • refactor: cleanup unused code
    removing old template code
    removing old functions

  • style: linting interleaveFn

  • fix: use yarn workspaces on demo

  • feat: resolve and return required module
    No longer need to use a webpack_require inside another promise.
    You can now just use __webpack_require__.interleaved()

  • build: fixing rogue prod build

  • chore: remove encryption

  • style: fixing various linting issues

  • refactor: deleting old template files

  • docs: updating readme with fixed require chains

you now no longer need to webpack_require inside require.interleaved

  • ci: running multiple scripts in the build stage

  • docs: update license to BSD-3

  • refactor: removing old files

removing and .npmignore'ing files and folders

  • refactor: removing old files

removing and .npmignore'ing files and folders

  • ci: improve build speed

v2.0.2

30 Jan 05:07
eb73e0d
Compare
Choose a tag to compare

2.0.2 (2020-01-30)

Bug Fixes

  • addressing issues where webpackJsonp function is renamed (#105) (eb73e0d), closes #123

v2.0.1

29 Jan 20:02
311722a
Compare
Choose a tag to compare

2.0.1 (2020-01-29)

Bug Fixes

  • deps: update dependency eslint-plugin-react-hooks to v2 (#103) (311722a)

v2.0.0

29 Jan 19:28
06d7e9c
Compare
Choose a tag to compare

2.0.0 (2020-01-29)

Bug Fixes