/webpack_demo

Webpack test with pubnub

Primary LanguageJavaScript

Webpack test with pubnub

This test uses Webpack 5.65.0 and PubNub 4.37.0

To install and test this, run the following commands:

git clone git@github.com:raipubnub/webpack_demo

cd webpack_demo

npm install

npm run build

npx http-server ./dist

Then navigate to http://localhost:8080/index.html in your browser.

View the console output of the browser to see the messages logged.