We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0e5de commit 8d09d1fCopy full SHA for 8d09d1f
.travis.yml
@@ -11,7 +11,7 @@ cache:
11
directories:
12
- node_modules
13
node_js:
14
- - '9'
+ - '10'
15
install:
16
- npm install
17
- npm install -g codecov
tools/build.js
@@ -22,7 +22,7 @@ promise = promise.then(() => del(['dist/*']));
22
// Compile source code into a distributable format with Babel
23
['es', 'cjs', 'umd'].forEach((format) => {
24
promise = promise.then(() => rollup.rollup({
25
- entry: 'src/index.js',
+ input: 'src/index.js',
26
external: Object.keys(pkg.dependencies),
27
plugins: [babel(Object.assign(pkg.babel, {
28
babelrc: false,
0 commit comments