UNPKG

vue-simple-range-slider

Version:

Change Your numeric value or numeric range value with dragging handles

9 lines (8 loc) 204 B
module.exports = { chainWebpack: (config) => { config.plugin('define').tap((options) => { options[0]['process.env'].ISVUE2 = true; return options; }); } };