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
@@ -844,17 +843,6 @@ You can compare Easy State with plain React and other state management libraries
844
843
845
844
_This library is based on non polyfillable ES6 Proxies. Because of this, it will never support IE._
846
845
847
-
## Alternative builds :wrench:
848
-
849
-
This library detects if you use ES6 or commonJS modules and serve the right format to you. The default bundles use ES6 features, which may not yet be supported by some minifier tools. If you experience issues during the build process, you can switch to one of the ES5 builds from below.
850
-
851
-
-`@risingstack/react-easy-state/dist/es.es6.js` exposes an ES6 build with ES6 modules.
852
-
-`@risingstack/react-easy-state/dist/es.es5.js` exposes an ES5 build with ES6 modules.
853
-
-`@risingstack/react-easy-state/dist/cjs.es6.js` exposes an ES6 build with commonJS modules.
854
-
-`@risingstack/react-easy-state/dist/cjs.es5.js` exposes an ES5 build with commonJS modules.
855
-
856
-
If you use a bundler, set up an alias for `@risingstack/react-easy-state` to point to your desired build. You can learn how to do it with webpack [here](https://webpack.js.org/configuration/resolve/#resolve-alias) and with rollup [here](https://github.com/rollup/rollup-plugin-alias#usage).
857
-
858
846
## Contributors :sparkles:
859
847
860
848
Contributions are always welcome, please read our [contributing documentation](CONTRIBUTING.md).
<!doctype html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><metaname="theme-color" content="#000000"><linkrel="manifest" href="/react-easy-state/examples/beer-finder/build/manifest.json"><linkrel="shortcut icon" href="/react-easy-state/examples/beer-finder/build/favicon.ico"><title>React App</title><linkhref="/react-easy-state/examples/beer-finder/build/static/css/main.150d374a.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><divid="root"></div><script>!function(e){functionr(r){for(varn,i,l=r[0],a=r[1],f=r[2],c=0,s=[];c<l.length;c++)i=l[c],Object.prototype.hasOwnProperty.call(o,i)&&o[i]&&s.push(o[i][0]),o[i]=0;for(nina)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n]);for(p&&p(r);s.length;)s.shift()();returnu.push.apply(u,f||[]),t()}functiont(){for(vare,r=0;r<u.length;r++){for(vart=u[r],n=!0,l=1;l<t.length;l++){vara=t[l];0!==o[a]&&(n=!1)}n&&(u.splice(r--,1),e=i(i.s=t[0]))}returne}varn={},o={1:0},u=[];functioni(r){if(n[r])returnn[r].exports;vart=n[r]={i:r,l:!1,exports:{}};returne[r].call(t.exports,t,t.exports,i),t.l=!0,t.exports}i.m=e,i.c=n,i.d=function(e,r,t){i.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},i.r=function(e){"undefined"!=typeofSymbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,r){if(1&r&&(e=i(e)),8&r)returne;if(4&r&&"object"==typeofe&&e&&e.__esModule)returne;vart=Object.create(null);if(i.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeofe)for(varnine)i.d(t,n,function(r){returne[r]}.bind(null,n));returnt},i.n=function(e){varr=e&&e.__esModule?function(){returne.default}:function(){returne};returni.d(r,"a",r),r},i.o=function(e,r){returnObject.prototype.hasOwnProperty.call(e,r)},i.p="/react-easy-state/examples/beer-finder/build/";varl=this["webpackJsonpbeer-finder"]=this["webpackJsonpbeer-finder"]||[],a=l.push.bind(l);l.push=r,l=l.slice();for(varf=0;f<l.length;f++)r(l[f]);varp=a;t()}([])</script><scriptsrc="/react-easy-state/examples/beer-finder/build/static/js/2.1dd53533.chunk.js"></script><scriptsrc="/react-easy-state/examples/beer-finder/build/static/js/main.1d6354db.chunk.js"></script></body></html>
0 commit comments