Skip to content

Commit

Permalink
Fix make bundle command (mattermost#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
jespino authored Jun 18, 2018
1 parent 5c6c813 commit 0adf0eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ $ cd mattermost-redux
$ make bundle
```

This will generate `lib/mattermost.client.js`, `lib/mattermost.client4.js`, and `lib/mattermost.websocket.js` which can be loaded in a browser. Also note that `babel-polyfill` is required.
This will generate `lib/mattermost.client4.js`, and `lib/mattermost.websocket.js` which can be loaded in a browser. Also note that `babel-polyfill` is required.

```
<script src="/path/to/babel/polyfill.js"></script>
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const UglifyPlugin = require('uglifyjs-webpack-plugin');

module.exports = {
entry: {
client: './src/client/client.js',
client4: './src/client/client4.js',
websocket: './src/client/websocket_client.js',
},
Expand Down

0 comments on commit 0adf0eb

Please sign in to comment.