Mercurial > code > home > repos > streamed-graph
changeset 43:2a48e13bafea
sort imports
author | drewp@bigasterisk.com |
---|---|
date | Wed, 01 Jan 2020 19:41:04 -0800 |
parents | 895ae7c5b0f4 |
children | bcccfcb037ab |
files | rollup.config.js |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rollup.config.js Wed Jan 01 19:39:57 2020 -0800 +++ b/rollup.config.js Wed Jan 01 19:41:04 2020 -0800 @@ -2,7 +2,6 @@ import commonjs from '@rollup/plugin-commonjs'; import resolve from "@rollup/plugin-node-resolve"; import typescript from "rollup-plugin-typescript2"; -import replace from '@rollup/plugin-replace'; export default { input: "src/index.ts",