File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11// import type {NextConfig} from "next";
2- import { DevupUiNextPlugin } from " @devup-ui/next-plugin" ;
2+ import { DevupUI } from ' @devup-ui/next-plugin'
33
44const nextConfig = {
5- /* config options here */
6- } ;
5+ /* config options here */
6+ }
77
8- export default DevupUiNextPlugin ( nextConfig ) ;
8+ export default DevupUI ( nextConfig )
Original file line number Diff line number Diff line change 1- export { DevupUiNextPlugin } from './plugin'
1+ export { DevupUI } from './plugin'
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ type DevupUiNextPluginOptions = Partial<DevupUiWebpackPluginOptions>
1212 * @param options
1313 * @constructor
1414 */
15- export function DevupUiNextPlugin (
15+ export function DevupUI (
1616 config : NextConfig ,
1717 options : DevupUiNextPluginOptions = { } ,
1818) : NextConfig {
You can’t perform that action at this time.
0 commit comments