Skip to content

Commit 64181cc

Browse files
author
Diabeu
committed
chore(rollup.config): add replace, colors to external
1 parent bdd70d4 commit 64181cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import buble from 'rollup-plugin-buble';
22

3-
var external = Object.keys(require('./package.json').dependencies).concat(['fs', 'path']);
3+
var external = Object.keys(require('./package.json').dependencies).concat(['colors', ,'fs', 'path', 'replace']);
44

55
export default {
66
entry: 'src/index.js',

0 commit comments

Comments
 (0)