Skip to content
Snippets Groups Projects
webpack.config.js 202 B
Newer Older
const path = require('path');

module.exports = {
  entry: {
    widget: "./src/widget.js"
  },
    filename: "augmentile-[name].bundle.js",
    path: path.resolve(__dirname, 'dist')