mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-04 15:56:24 +02:00
17 lines
324 B
JavaScript
17 lines
324 B
JavaScript
// eslint-disable-next-line node/no-unsupported-features/es-syntax
|
|
export default {
|
|
input: "index.js",
|
|
output: [
|
|
{
|
|
file: "dist/acorn-private-methods.js",
|
|
format: "cjs",
|
|
sourcemap: true
|
|
},
|
|
{
|
|
file: "dist/acorn-private-methods.mjs",
|
|
format: "es",
|
|
sourcemap: true
|
|
}
|
|
]
|
|
}
|