Skip to content

Commit bd720d9

Browse files
author
Scott Watkins
committed
update build
1 parent d6306d1 commit bd720d9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

rollup.config.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ import scss from "rollup-plugin-scss";
55
import json from "@rollup/plugin-json";
66
import pkg from "./package.json";
77

8-
const fs = require("fs");
9-
108
export default {
119
input: "src/lib/index.ts",
1210
output: [
13-
{
14-
file: pkg.main,
15-
format: "cjs",
16-
},
11+
// {
12+
// file: pkg.main,
13+
// format: "cjs",
14+
// },
1715
{
1816
file: pkg.module,
1917
format: "es",

0 commit comments

Comments
 (0)