@enact/cli
Advanced tools
Changelog
5.0.0-alpha.4 (April 28, 2022)
enact pack
fails on windows by excluding unnecessary file emitting from html-webpack-plugin
.enact test
fails on windows by modifying glob patterns.enzyme
and related modules.Changelog
5.0.0-alpha.3 (April 22, 2022)
enact lint
is not working on node 16 by moving ESLint plugins to dependencies.--watch
option is not working by fixing the version of jest-watch-typeahead
to 0.6.5
.Changelog
5.0.0-alpha.2 (April 15, 2022)
@enact/template-sandstone
dependency.Changelog
5.0.0-alpha.1 (April 11, 2022)
optimize-css-assets-webpack-plugin
to css-minimizer-webpack-plugin
.source-map-loader
for debugging into original source of node_modules libraries that contain sourcemaps.tailwindcss
support.node-polyfill-webpack-plugin
to fix screenshot build fail.webpack-dev-server
.Changelog
4.1.7 (February 18, 2022)
additionalModulePaths
to enact options to specify paths to check when resolving modules.