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
npm_package now throws for any files in srcs which do not reside in the same package as the target. These files should be in the deps instead. (Note that in previous releases, we didn't permit these files in deps.)
Features
rollup_bundle: new output_group lets you select .js and .js.map files together for different output flavors, thanks @jbedard
rollup_bundle: UMD bundles can now be requested es5 and es5 minified, thanks @jbedard