Skip to content

Commit

Permalink
Merge pull request #286 from Wolox/jsx-build-fix
Browse files Browse the repository at this point in the history
v3.1.1 - JSX build fix
  • Loading branch information
Martín Callegari committed Dec 1, 2021
2 parents 49a5ba0 + 0335396 commit f86f2f5
Show file tree
Hide file tree
Showing 10 changed files with 7,271 additions and 7,108 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ yarn-error.log
.DS_Store

# Build files
# lib
lib

# Test files
coverage
Expand Down
1 change: 0 additions & 1 deletion dev/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export default class App extends Component {
imagePreview
handleSubmit={this.handleSubmit}
emojis
resizable
/>
);
}
Expand Down
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import 'react/jsx-runtime';

import ConnectedWidget from './src';
import {
addUserMessage,
Expand Down
20 changes: 0 additions & 20 deletions lib/index.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/styles.css

This file was deleted.

Loading

0 comments on commit f86f2f5

Please sign in to comment.