blob: c997211c644cd7ba491644e679d308ce4924b197 [file] [log] [blame]
module.exports = {
entry: __dirname + "/src/esprima.js",
output: {
path: __dirname + "/dist",
filename: "esprima.js",
libraryTarget: "umd",
library: "esprima"
}
}