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 51f0a5b commit 582cc5eCopy full SHA for 582cc5e
.npmignore
@@ -4,7 +4,6 @@
4
node_modules/
5
npm-debug.log
6
7
-dist/
8
test/
9
10
.travis.yml
rollup.config.js
@@ -24,11 +24,4 @@ rollup.rollup({
24
format: 'cjs',
25
dest: pkg['main']
26
})
27
-
28
- if (process.env.NODE_ENV === 'production') {
29
- bundle.write({
30
- dest: pkg['jsnext:main'],
31
- format: 'es'
32
- })
33
- }
34
0 commit comments