Skip to content

Commit

Permalink
fix(bili): rename (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony authored Jul 25, 2020
1 parent 7db3cf7 commit 2654b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bili.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { Config } from 'bili'

export default {
input: {
toast: 'src/index.ts'
'vercel-toast': 'src/index.ts'
},
output: {
moduleName: 'vercel-toast',
moduleName: 'toast',
format: ['umd', 'umd-min', 'esm'],
fileName({ format, minify }, defaultName) {
if (format === 'umd') {
Expand Down

0 comments on commit 2654b4d

Please sign in to comment.