8 lines
136 B
JavaScript
8 lines
136 B
JavaScript
|
export default {
|
||
|
input: "public/js/app.js",
|
||
|
output: {
|
||
|
file: "public/js/app.bundle.js",
|
||
|
format: "esm",
|
||
|
},
|
||
|
};
|