Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
chore: add version update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeiea committed Feb 3, 2021
1 parent a505df5 commit f4ef60f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes/react-template/denopack.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import type {
RollupOptions,
TemplateOpts,
} from "https://deno.land/x/[email protected]/mod.ts";
import {
htmlTemplate,
pluginCssBundle as css,
Expand All @@ -6,11 +10,7 @@ import {
pluginTerserTransform as terser,
useCache,
} from "https://deno.land/x/[email protected]/mod.ts";

import type {
RollupOptions,
TemplateOpts,
} from "https://deno.land/x/[email protected]/mod.ts";
// TODO: update this version

const isDev = !Deno.env.get("REACT_APP_IS_PROD");

Expand Down

0 comments on commit f4ef60f

Please sign in to comment.