0.0.1 • Published 1 year ago

@alola-react/plugin-module-banner v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@alola-react/plugin-module-banner

The banner plugin of Alola-react-sdk Module.

Usage

import { moduleTools, defineConfig } from "@alola-react/module-tools";
import { modulePluginBanner } from "@alola-react/plugin-module-banner";

export default defineConfig({
  plugins: [
    moduleTools(),
    modulePluginBanner({
      banner: {
        js: "//comment",
        css: "/*comment*/",
      },
    }),
  ],
});

Documentation

Contributing

Please read the Contributing Guide.

License

Alola-react-sdk is MIT licensed.

0.0.1

1 year ago