All the tickets are sorted by dates. Some tickets are finished earlier this year(Feb 2018), not sure if i should
Bugs:
All the tickets are sorted by dates. Some tickets are finished earlier this year(Feb 2018), not sure if i should
Bugs:
Version: webpack 4.20.2
Time: 28190ms
Built at: 2018-10-09 15:07:19
Asset Size Chunks Chunk Names
homepage_styles.style.d946634cbdd1f45455ed.css 192 KiB 2 [emitted] homepage_styles
1812c8940a09b7e8de827e9e19a63ecb.eot 119 KiB [emitted]
6560fefbed8fc6693665874ad7aa5565.woff 58.8 KiB [emitted]
Clone core-modules-bundle-size CLI tool to your local
git clone https://gecgithub01.walmart.com/s0d00px/core-modules-bundle-size
https://jira.walmart.com/browse/CEECORE-255
Electrode Application can use css-modules
as one of the style options, CSS names can get long with local identifier name and random hash.
Flow is a static type checker for Javascript and widely used by frontend developers nowadays. It helps us to code faster, smarter, bigger and more confidently. Since Electrode has already got Babel in place, we need to set up flow with babel: using babel to compile the code and integrate Flow into Electrode app.
If you wants to add Flow with the existing app, here is what you'll need to do:
package.json
:Below are the issues that frequently being ask, you can update them if you see any similar issue:
Update this.handlerFunction = this.handlerFunction.bind(this);
to (this:any).handlerFunction = this.handlerFunction.bind(this);
Declare type by