Aravinth Manivannan
f5fe8a90e5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
8 lines
124 B
JavaScript
8 lines
124 B
JavaScript
module.exports = {
|
|
entry: {
|
|
web: __dirname + "/src/index.ts",
|
|
},
|
|
output: {
|
|
path: __dirname + "/dist",
|
|
},
|
|
};
|