@rtcts/vendors

Contains all basic dependencies for browser development (lib, app)

Usage no npm install needed!

<script type="module">
  import rtctsVendors from 'https://cdn.skypack.dev/@rtcts/vendors';
</script>

README

@rtcts/vendors

The package implements the DLL bundle for webpack. Includes the necessary dependencies for the development of browser applications and libraries based on the React template engine and the Mobx state management system.

Includes

  • history
  • hoist-non-react-statics
  • isomorphic-style-loader
  • mobx
  • mobx-react
  • mobx-utils
  • moment
  • normalize.css
  • numeral
  • react
  • react-dom
  • react-helmet

Build

To build a library, run the following commands:

npm i -g rearguard

npm i

npm run build

npm link