UNPKG

promise-yandex-share

Version:
11 lines (10 loc) 246 B
const path = require('path'); module.exports = [{ mode: 'development', entry: './src/yandex-share.js', output: { path: path.resolve(__dirname, "dist"), filename: "index.js" }, context: __dirname, }];