- Oct 29, 2019
-
-
John Molakvoæ authored
Some of the dependencies in node_modules, such as "p-queue", are not ES5 compatible, so they need to be transpiled to work in older browsers like Internet Explorer 11. Besides not excluding the dependencies for babel-loader in "webpack.common.js" the global Babel configuration must be defined in "babel.config.js", as in Babel 7.X, when ".babelrc.js" is used, all the dependencies in "node_modules" are ignored (even if whitelisted in the configuration file itself). Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
- Oct 16, 2019
-
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
- Sep 28, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
- Oct 02, 2018
-
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
- Sep 10, 2018
-
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-