react-chat-window icon indicating copy to clipboard operation
react-chat-window copied to clipboard

Remove use of nwb build tool

Open heatherbooker opened this issue 5 years ago • 4 comments

Closes #93 - Move away from nwb, the magical build tool.

  • Add npm keywords for users to find the package more easily
  • Replace nwb with webpack and babel
  • Use two separate webpack configs for demo vs. actual component
  • Move devDependencies where they belong
  • Remove the unused react-highlight.js package

@dharness Can you have a good look? I'm not entirely confident about this.

heatherbooker avatar Jul 19 '19 19:07 heatherbooker

@heatherbooker there's got to be a way to publish from a branch to npm and see if we can install it - that would give me a lot more confidence

dharness avatar Jul 19 '19 19:07 dharness

This is nice 👍 I'm going to have to checkout and try it to confirm it all works though

dharness avatar Jul 19 '19 19:07 dharness

there's got to be a way to publish from a branch to npm and see if we can install it - that would give me a lot more confidence

Yeah eh? Agreed. Maybe npm pack, scroll down here? https://medium.com/@vcarl/problems-with-npm-link-and-an-alternative-4dbdd3e66811

heatherbooker avatar Jul 19 '19 19:07 heatherbooker

@dharness Could you check this one out again? (rebased to fix conflicts, would like to mergeeeee)

heatherbooker avatar Oct 04 '19 18:10 heatherbooker