UNPKG

@rws-framework/client

Version:

This package provides the core client-side framework for Realtime Web Suit (RWS), enabling modular, asynchronous web components, state management, and integration with backend services. It is located in `.dev/client`.

11 lines (10 loc) 339 B
const scssLoader = require('./loaders/rws_fast_scss_loader'); const htmlLoader = require('./loaders/rws_fast_html_loader'); const tsLoader = require('./loaders/rws_fast_ts_loader'); const { RWSWebpackWrapper } = require('./rws.webpack.config'); module.exports = { RWSWebpackWrapper, scssLoader, htmlLoader, tsLoader }