mirror of
https://github.com/noncomputable/AgentMaps.git
synced 2026-01-25 16:46:38 +00:00
10 lines
157 B
JavaScript
10 lines
157 B
JavaScript
const path = require('path');
|
|
|
|
module.exports = {
|
|
devtool: "eval",
|
|
output: {
|
|
path: path.resolve(__dirname, "site/dist"),
|
|
filename: "agentmaps.js"
|
|
}
|
|
}
|