Skip to content

Commit

Permalink
fix: banner missing
Browse files Browse the repository at this point in the history
  • Loading branch information
hilongjw committed Feb 19, 2021
1 parent 7a1b61f commit 8c098b6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const fs = require('fs')
const path = require('path')
const rollup = require('rollup')
const babel = require('rollup-plugin-babel')
Expand All @@ -21,6 +20,7 @@ async function build (options, _outputOptions) {
const outputOptions = {
format: _outputOptions.format,
exports: 'named',
banner: banner,
file: path.resolve(__dirname, _outputOptions.filename),
name: 'VueLazyload'
}
Expand Down
6 changes: 6 additions & 0 deletions vue-lazyload.esm.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*!
* Vue-Lazyload.js v1.3.4
* (c) 2021 Awe <[email protected]>
* Released under the MIT License.
*/

/*!
* is-primitive <https://github.com/jonschlinkert/is-primitive>
*
Expand Down
5 changes: 5 additions & 0 deletions vue-lazyload.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c098b6

Please sign in to comment.