UNPKG

control-copy

Version:

A vue3.js component to easily add copy to clipboard functionality to any html input tag

17 lines (15 loc) 288 B
const { defineConfig } = require("@vue/cli-service"); module.exports = defineConfig({ transpileDependencies: true, }); module.exports = { configureWebpack: { output: { libraryExport: "default", }, }, css: { extract: false, }, productionSourceMap: false, };