Skip to content

Commit

Permalink
Update rollup. Use resolve().
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesleesaunders committed Jul 16, 2019
1 parent d774353 commit e6c1946
Show file tree
Hide file tree
Showing 7 changed files with 6,621 additions and 7,613 deletions.
4 changes: 3 additions & 1 deletion config/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import json from "rollup-plugin-json";
import babel from "rollup-plugin-babel";
import resolve from 'rollup-plugin-node-resolve';

let banner = `/**
* d3-x3dom
Expand Down Expand Up @@ -34,6 +35,7 @@ export default {
}),
json({
exclude: ["node_modules/**"]
})
}),
resolve({})
]
};
Loading

0 comments on commit e6c1946

Please sign in to comment.