@rws-framework/client
Version:
Realtime Web Suit is a web-component powered, MS FAST powered fullstack-oriented framework that you can use to create domain-agnostic modular asynchoronous components with intershared authorized states.
11 lines (10 loc) • 339 B
JavaScript
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
}