chore(plugin-bundle): Ported to v3
This commit is contained in:
parent
c8e2a404f0
commit
610302ac21
6 changed files with 77 additions and 103 deletions
|
@ -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',
|
||||
metafile: process.env.VERBOSE ? true : false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue