Releases: enactjs/dev-utils
Releases · enactjs/dev-utils
v3.1.1
PrerenderPlugin
: Fixed compatibility for supporting latesthtml-webpack-plugin
framework
mixin: Adds the@enact/docs-utils
location to ignore when scanning framework files to include in framework bundles.
v3.0.1
v3.0.0
- All dependencies updated for lastest releases.
- Added new
css-module-ident
module, which contains a debug webpack css-loadergetLocalIdent
function that produces plaintext predictable classnames. - Added support for
config-helper
to detect any polyfill entrypoints. - Added support for
option-parser
to handlealias
andpublicUrl
fields. - Switched from
node-glob
tofast-glob
for speed improvements. framework
mixin:- Added
externals-polyfill
/externalsPolyfill
boolean option, which includes any detected polyfill entrypoint (orcore-js
modules) within the framework bundle. - Added local files to framework bundle when local project itself is an @enact framework theme..
- Added
externals
mixin:- Added
externals-polyfill
/externalsPolyfill
boolean option, which will detect any polyfill entry and forward it toEnactFrameworkRefPlugin
. - Added local scope of files to the list of libraries when applied on an @enact framework theme.
- Added
PrerenderPlugin
: Updated to interact with HtmlWebpackPlugin 4.x hook format.EnactFrameworkPlugin
:- Added
polyfill
string option, which specifies a polyfill file that will be labelled as@enact/polyfils
module in the framework bundle. - Updated module ID resolving to handle
core-js
modules with top-levelcorejs/*
accessors. - Updated module ID resolving to handle locally-scoped files.
- Added
EnactFrameworkRefPlugin
:- Added
polyfill
string option, which specifies a polyfill file to delegate out as@enact/polyfills
. - Updated module delegate handling to setup correct paths for locally-scoped files when they're externally used.
- Added
v2.8.0
v2.7.0
v2.6.0
v2.5.1
v2.5.0
v2.4.2
EnactFrameworkPlugin
: Added support for ilib inclusion in bundles.EnactFrameworkRefPlugin
: Added support forignore
array option for package paths to handle internally, rather than deferred to external.ILibPlugin
: Removed special handling for moonstone package and added generic constant support for root-level packages.