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