Mercurial > code > home > repos > streamed-graph
diff rollup.config.js @ 47:7d17a02b5ae0
reformats and minor edits
author | drewp@bigasterisk.com |
---|---|
date | Mon, 06 Jan 2020 23:52:30 -0800 |
parents | 2a48e13bafea |
children | b8e5850acca0 |
line wrap: on
line diff
--- a/rollup.config.js Sun Jan 05 23:54:00 2020 -0800 +++ b/rollup.config.js Mon Jan 06 23:52:30 2020 -0800 @@ -1,5 +1,5 @@ import builtins from "rollup-plugin-node-builtins"; -import commonjs from '@rollup/plugin-commonjs'; +import commonjs from "@rollup/plugin-commonjs"; import resolve from "@rollup/plugin-node-resolve"; import typescript from "rollup-plugin-typescript2";