1
0
Fork 0

chore(plugin-buttons): Ported to v3

This commit is contained in:
Joost De Cock 2022-08-28 12:16:52 +02:00
parent b72f952847
commit 20ab289232
8 changed files with 70 additions and 63 deletions

View file

@ -14,7 +14,7 @@ const banner = `/**
const options = {
banner: { js: banner },
bundle: true,
entryPoints: ['src/index.js'],
entryPoints: ['src/index.mjs'],
format: 'esm',
outfile: 'dist/index.mjs',
external: ["@freesewing"],