We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd70d4 commit 64181ccCopy full SHA for 64181cc
rollup.config.js
@@ -1,6 +1,6 @@
1
import buble from 'rollup-plugin-buble';
2
3
-var external = Object.keys(require('./package.json').dependencies).concat(['fs', 'path']);
+var external = Object.keys(require('./package.json').dependencies).concat(['colors', ,'fs', 'path', 'replace']);
4
5
export default {
6
entry: 'src/index.js',
0 commit comments