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

Commit

Permalink
🔧 Update build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 18, 2017
1 parent c79dc25 commit 39d8e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const {

function rollupBundle ({ env, entry }) {
return rollup({
entry: entry || 'src/index.js',
input: entry || 'src/index.js',
plugins: [
scss({ output: false }),
node({
Expand All @@ -44,7 +44,7 @@ const bundleOptions = {
banner,
exports: 'named',
format: 'umd',
moduleName,
name: moduleName,
}

function createBundle ({ name, env, entry, format }) {
Expand Down

0 comments on commit 39d8e6f

Please sign in to comment.