You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autoprefixer now uses caniuse-lite instead of caniuse-db. caniuse-db is 7+ MB, and caniuse-lite is much smaller (in node_modules). Updating to the latest version of autoprefixer would save a lot of disk space.
Would also be good to get the latest cssnano and postcss-merge-rules, as the versions you're currently depending on also have caniuse-db in their dependency chain.
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.3.0
node: 6.10.2
os: darwin x64
Mention any other details that might be useful.
Autoprefixer now uses
caniuse-lite
instead ofcaniuse-db
.caniuse-db
is 7+ MB, andcaniuse-lite
is much smaller (innode_modules
). Updating to the latest version ofautoprefixer
would save a lot of disk space.Would also be good to get the latest
cssnano
andpostcss-merge-rules
, as the versions you're currently depending on also havecaniuse-db
in their dependency chain.The text was updated successfully, but these errors were encountered: