Skip to content

Commit

Permalink
Add rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
jtommy committed Jul 10, 2019
1 parent 2d46d1e commit 1cc2e84
Show file tree
Hide file tree
Showing 8 changed files with 1,833 additions and 215 deletions.
6 changes: 6 additions & 0 deletions build/banner.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const pack = require('../package.json')

const bannerTxt = `/*! Buefy v${pack.version} | MIT License | github.com/buefy/buefy */\n`

process.stdout.write(bannerTxt)
process.stdin.pipe(process.stdout)
60 changes: 0 additions & 60 deletions build/build-lib.js

This file was deleted.

133 changes: 0 additions & 133 deletions build/webpack.lib.conf.js

This file was deleted.

Loading

0 comments on commit 1cc2e84

Please sign in to comment.