Skip to content

Commit

Permalink
fix: support older browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Dec 3, 2021
1 parent 9de030e commit df9aaff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const glob = require("tiny-glob");

const [opts, args] = cliopts.parse(
["react", "Build React sources"],
["typescript", "Build TypeScript sources"]
["typescript", "Build TypeScript sources"],
);

if (opts.react) {
Expand All @@ -13,6 +13,7 @@ if (opts.react) {
entryPoints: ["./admin/src/index"],
tsconfig: "./admin/tsconfig.json",
bundle: true,
target: "es2018",
minify: !cliopts.watch,
outdir: "admin/build",
sourcemap: true,
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ The result object `ret` looks as follows:
Placeholder for next release:
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
* Improve support for older browsers

### 2.7.4 (2021-07-01)
* Workaround for a bug in IKEA gateway firmware `v1.15.x`

Expand Down
4 changes: 2 additions & 2 deletions admin/build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/build/index.js.map

Large diffs are not rendered by default.

0 comments on commit df9aaff

Please sign in to comment.