Skip to content

Commit 734cec5

Browse files
committed
fix more file extensions
1 parent ee00e32 commit 734cec5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/core/src/components/widgets/CheckboxWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22
import PropTypes from "prop-types";
3-
import DescriptionField from "../fields/DescriptionField.js";
3+
import DescriptionField from "../fields/DescriptionField";
44

55
// Check to see if a schema specifies that a value must be true
66
function schemaRequiresTrueValue(schema) {

packages/core/webpack.config.dist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
mode: "production",
77
cache: true,
88
context: __dirname + "/src",
9-
entry: "./index.js",
9+
entry: "./index.tsx",
1010
output: {
1111
path: path.join(__dirname, "dist"),
1212
publicPath: "/dist/",

0 commit comments

Comments
 (0)