From 75ab45106f569f58038c5241d1aee6717c720ba1 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 18 Jun 2020 11:21:47 +0400 Subject: Added react configs Signed-off-by: Valentin Popov --- rollup.config.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rollup.config.js') diff --git a/rollup.config.js b/rollup.config.js index 4f5794e..bcdea49 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -5,6 +5,8 @@ import { terser } from "rollup-plugin-terser"; module.exports = { input: { "javascript": "src/javascript.ts", + "react-javascript": "src/react-javascript.ts", + "react-typescript": "src/react-typescript.ts", "typescript": "src/typescript.ts", "vue-javascript": "src/vue-javascript.ts", "vue-typescript": "src/vue-typescript.ts", -- cgit v1.2.3