@enact/cli
Advanced tools
Changelog
2.5.1 (September 4, 2019)
ilib
external package is not found.Changelog
2.5.0 (August 12, 2019)
option-parser
with encapsulated theme option support and environment variable overriding.<TypedArray>.toLocaleString
, but Int8Array.prototype.toLocaleString
already exists.ri
values would result in Infinity
pixel values.<Element>.animate
..env
files not being processed and loaded into process.env
.type
template property (used during project creation messages if prepare
is not overridden). Defaults to 'app'
.defaultGenerator
and type
could be accidentally overridden via command line arguments.Changelog
2.4.1 (July 14, 2019)
Changelog
2.4.0 (July 12, 2019)
ilib
external NPM package (with backward compatibility for @enact/i18n/ilib
).Changelog
2.3.1 (July 2, 2019)
Fixed "Unexpected identifier" error on Node 6.x by using a compatible release of find-cache-dir
sub-dependency.
Changelog
2.3.0 (June 10, 2019)
core-js/stable
stable feature set rather than all stable+draft polyfills.last 2
stable versions of Chrome and Firefox to last 5
../__mocks__
project directory as an optional fallback directory for server asset contents (secondary to ./public
).Changelog
2.2.0 (April 28, 2019)
@babel/polyfill
to core-js@3
for dynamic polyfill support..babelrc
Babel config to isolated babel.config.js
.<style>
tags (similar to create-react-app
).style-loader
..npmrc
files.Changelog
2.1.0 (March 26, 2019)
Updated all Babel dependencies up to 7.3.x to fix edge-case errors with let
keyword usage, among other fixes.
public
directory, where static assets within are copied, at build time, to ./dist
.process.env.PUBLIC_URL
which is hardcoded to '.'
, for consistency with 3rd party standards../public
.--commonjs
option not being respected in transpiling process.Changelog
2.0.2 (February 19, 2019)
eslint-plugin-jest
, with the no-focused-tests
rule set to error for the strict ruleset (--strict
).