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
{{ message }}
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.
We will ship packages as compiled ES5 via commonjs module format
Expected behavior
Ship also raw es6 module compiled files for webpack 2 tree shaking consumption by user of any package.
Webpack support modulepackage.json property for this.
And also UMD for non bundler users
This will also allow to consume our package for non wepback users
The text was updated successfully, but these errors were encountered:
Current behavior
We will ship packages as compiled ES5 via
commonjs
module formatExpected behavior
Ship also raw es6 module compiled files for webpack 2 tree shaking consumption by user of any package.
Webpack support
module
package.json
property for this.And also UMD for non bundler users
This will also allow to consume our package for non wepback users
The text was updated successfully, but these errors were encountered: