This package has been deprecated

Author message:

Central repo of tabs no longer required in Misk projects.

@misk/tabs
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Misk Tabs

This package provides Webpack externals for Misk tabs exported in the format @misktabs/{unique tabname}.

Getting Started

$ yarn add @misk/tabs
  • Use @misk/tabs externals to give access in Webpack repos to tabs libraries not locally installed. Add the following to your webpack.config.js.

    const MiskCommon = require('@misk/common')
    const MiskTabs = require('@misk/tabs')
    
    ...
    
    module.exports = {
      mode
      entry
      ...
      externals: { ...MiskCommon.externals, ...MiskTabs.externals },
    }

Tabs

  • @misktabs/config

Contributing

#Adding a new tab

  • Add package to window variable mapping to src/externals.ts
  • Update README.md with a copy of the updated package.json list of packages

Releasing

Readme

Keywords

none

Package Sidebar

Install

npm i @misk/tabs

Weekly Downloads

1

Version

0.0.1

License

none

Unpacked Size

15.4 kB

Total Files

6

Last publish

Collaborators

  • k9101
  • rmariano-sq
  • square-owner
  • adrw
  • adrw-ci