blob: 2d208a109617ae28a34fe3e2171b12c53b6ce24b [file] [log] [blame]
const path = require("path");
module.exports = {
entry: "./static/django_airavata_api/js/index.js",
output: {
path: path.resolve(__dirname, "static/django_airavata_api/dist/"),
filename: "airavata-api.js",
library: "AiravataAPI",
},
mode: "production",
};