UNPKG

@danielmichel305/webtranslate

Version:

Wrapper Function For the WebTranslate Api built by me.

15 lines (10 loc) 271 B
const path = require('path'); module.exports = { mode: 'production', entry: path.resolve(__dirname,'src/index.js'), output: { path: path.resolve(__dirname, 'dist'), filename: 'bundle.js', libraryTarget: 'umd' } }