Browserslist Differential Script Loading webpack plugin.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
-webpack-plugin` works only with **webpack >= 4.28** and **node >= 8.9**. 2) If you don't need to support legacy browsers then you can use [@babel/preset-env](https://babeljs.io/docs/en/babel-preset-env#targets) without any plugins. 3) If you need to support legacy browsers then you must use [babel-polyfill](https://babeljs.io/docs/en/babel-polyfill) or [core-js](https://github.com/zloirock/core-js) and [@babel/plugin-transform-runtime](https://babeljs.io/docs/en/babel-plugin-transform-runtime). ## Usage ```js const { BdslWebpackPlugin } = require('bdsl-webpack-plugin'); module.exports = { /* ... */ plugins: [ new BdslWebpackPlugin({ // path to `index.html` file // default: 'index.html' path: 'index.html', // browserslist environment // default: undefined env: 'modern', // name of the variable that will be used in the generated script // default: 'dsl' varName: 'dsl', // list of queries to generate regexp for // default: undefined