@lynx-js/react-webpack-plugin
Version:
A webpack plugin for ReactLynx
10 lines (9 loc) • 349 B
TypeScript
/**
* @packageDocumentation
*
* A webpack plugin to integrate webpack with ReactLynx.
*/
export { ReactWebpackPlugin } from './ReactWebpackPlugin.js';
export type { ReactWebpackPluginOptions, ExtractStrConfig, } from './ReactWebpackPlugin.js';
export { LAYERS } from './layer.js';
export type { ReactLoaderOptions } from './loaders/options.js';