purejs-range-slider
Version:
A pure javascript simple and cross browser range slider having responsive and vertical slider features without jquery
18 lines • 400 B
Plain Text
{
"presets": [
["@babel/env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}]
],
"plugins": [
"transform-es2015-arrow-functions",
"transform-object-rest-spread",
[
"@babel/plugin-proposal-pipeline-operator",
{ "proposal": "minimal" }
]
]
}