Skip to content

Commit 88cf6b6

Browse files
committed
fixed the entry wrong path in webpack that did not export client
1 parent 77a6627 commit 88cf6b6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dist/filestack-react.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/filestack-react.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filestack-react",
3-
"version": "1.3.6",
3+
"version": "1.3.7",
44
"main": "dist/filestack-react.js",
55
"description": "react component for filestack",
66
"scripts": {

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const fs = require('fs');
44
const rules = require('./webpack.loaders');
55

66
module.exports = {
7-
entry: './src/ReactFilestack',
7+
entry: './src/index.js',
88
output: {
99
path: path.join(__dirname, 'dist'),
1010
filename: 'filestack-react.js',

0 commit comments

Comments
 (0)