Skip to content

Commit 4898ace

Browse files
committed
Add json plugin
1 parent c1e17b5 commit 4898ace

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/rollup-config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import nodeResolve from "@rollup/plugin-node-resolve";
33
import babel from "@rollup/plugin-babel";
44
import commonjs from "@rollup/plugin-commonjs";
55
import terser from "@rollup/plugin-terser";
6+
import json from "@rollup/plugin-json";
67
import path from "path";
78
import { pktsDir } from "./util";
89

@@ -17,6 +18,7 @@ export default {
1718
typescript(),
1819
nodeResolve(),
1920
commonjs(),
21+
json(),
2022
babel({
2123
babelHelpers: "inline",
2224
extensions: [".ts", ".js"],

0 commit comments

Comments
 (0)