Releases: ScriptedAlchemy/webpack-external-import
v2.2.4
v2.2.3
v2.2.2
v2.2.1
v2.2.0
v2.1.1
v2.1.0
2.1.0 (2020-02-06)
Features
-
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