swc-plugin-add-logging-dataset

Crates.ioswc-plugin-add-logging-dataset
lib.rsswc-plugin-add-logging-dataset
version0.1.2
created_at2023-10-06 06:49:37.775147+00
updated_at2023-10-18 04:48:08.535562+00
descriptionswc plugin add dataset for logging
homepagehttps://github.tossinvest.bz/frontend/add-logging-dataset.git
repositoryhttps://github.tossinvest.bz/frontend/add-logging-dataset.git
max_upload_size
id994857
size12,432
Jeemin Choi(최지민) (techoi)

documentation

https://github.tossinvest.bz/frontend/add-logging-dataset

README

add-logging-dataset

This plugin add dataset for logging published in crates.io

  • data-tossinvest-log for clickable and custom clickable
  • data-section-name for custom section

How to publish it.

  • change code and add test code to /tests
  • npm test will run cargo test
  • if everything work fine npm run prepack to build wasi
  • check cargo prepublish validation with npm run valid
  • to publish this plugin to npm change version in package.json npm publish
  • if you want to publish to crate please contact jimmy maybe you don't need it

How to use it.

  • In your next app version >= 12.2.0
  • next.config.js to add belong
experimental: {
    swcPlugins: [
      [
        '@tossinvest/swc-add-logging-dataset', {},
      ],
    ],
  },```
Commit count: 0

cargo fmt