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 c717029 commit bf9709a
Show file tree
Hide file tree
Showing 4 changed files with 9 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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ The result object `ret` looks as follows:
Placeholder for next release:
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
* Improve support for older browsers
* Update dependencies

### 3.0.1 (2021-06-30)
* 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 bf9709a

Please sign in to comment.