Premier commit déjà bien avancé
This commit is contained in:
13
frontend/node_modules/crelt/rollup.config.js
generated
vendored
Normal file
13
frontend/node_modules/crelt/rollup.config.js
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
import copy from "rollup-plugin-copy"
|
||||
|
||||
export default {
|
||||
input: "index.js",
|
||||
output: {
|
||||
file: "dist/index.cjs",
|
||||
format: "cjs",
|
||||
exports: "default"
|
||||
},
|
||||
plugins: [
|
||||
copy({targets: [{src: "index.d.ts", dest: "dist", rename: () => "index.d.cts"}]})
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user