UNPKG

v-download

Version:

Vue.js directive to download (and optionally transform) data

13 lines (11 loc) 279 B
/* global __dirname, require, module*/ const config = { output: { libraryTarget: 'umd', umdNamedDefine: true }, module: { rules: [{test: /\.js$/, exclude: /node_modules/, loader: 'babel-loader'}] } }; module.exports = config;