This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

single-spa-webpack-config-react-ts

1.0.1 • Public • Published

single-spa-webpack-config-react-ts

Getting started

  • Supported Node Engine
node - v16.12.0
yarn - 1.22.19

How to Use it

  • Install as a node module package like
yarn add -D single-spa-webpack-config-react-ts
  • Added Below line in your project webpack.config.js like,
const {
  singleSpaWebpackConfig,
} = require("single-spa-webpack-config-react-ts");

module.exports = singleSpaWebpackConfig(<your_organization_name>, <your_project_name>, <customize_webpack_config>);
  • Added Below line in your project babel.config.js like,
const { singleSpaBabelConfig } = require("single-spa-webpack-config-react-ts");

module.exports = singleSpaBabelConfig(<customize_babel_config>);
  • Added Below line in your project tailwind.config.js like,
const { singleSpaTailwindConfig } = require("single-spa-webpack-config-react-ts");

module.exports = singleSpaTailwindConfig(<customize_tailwind_config>);
  • Added Below line in your project postcss.config.js like,
const { singleSpaPostcssConfig } = require("single-spa-webpack-config-react-ts");

module.exports = singleSpaPostcssConfig(<customize_postcss_config>);

Package Sidebar

Install

npm i single-spa-webpack-config-react-ts

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

8.83 kB

Total Files

10

Last publish

Collaborators

  • paalamugan