Wasuwat Limsuparhat

Results 3 comments of Wasuwat Limsuparhat

the current version of this package does not work with `html-webpack-plugin v4` Please refer this [issue](https://github.com/GoogleChromeLabs/preload-webpack-plugin/issues/79) or you can try `yarn add [email protected]`

@Balavaradh @davie-robertson Hi all, you just need to transpile the syntax down. The easiest way is using `@babel/preset-env` and set the target browsers. Just like in this [example](https://github.com/phetw/awesome-panel).

You can write modern JavaScript syntax and have them transpile to multiple format ie. `es5` and `es6` and ship them separately for both old and newer browsers. You can utilise...