Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Refactored; Renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
117 committed Feb 5, 2021
1 parent 478250e commit 5d13d5c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/rollup/dist/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ export default {
// banner: banner,
// },
{
file: `${outDir}/alpaca.modern.js`,
file: `${outDir}/alpaca.browser.modern.js`,
// dir: outDir,
format: 'es',
name: 'alpaca',
sourcemap: true,
banner: banner,
},
{
file: `${outDir}/alpaca.modern.min.js`,
file: `${outDir}/alpaca.browser.modern.min.js`,
// dir: outDir,
format: 'es',
name: 'alpaca',
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5d13d5c

Please sign in to comment.