UNPKG

@sencha/reext

Version:

ReExt - Sencha Ext JS components in React

7 lines (6 loc) 264 B
/** @type {import('next').NextConfig} */ //import withReExtPlugin from './node_modules/@sencha/reext/ReExt/next-plugin-reext.mjs'; //window.__IS_REEXT_RUNNING__ = true const nextConfig = {}; //export default withReExtPlugin(nextConfig); export default nextConfig;