react-pug-react-scripts
TypeScript icon, indicating that this package has built-in type declarations

3.2.0 • Public • Published

react-pug-react-scripts

Created for create-react-app v3.2.0
just add react-pug environment with babel-plugin-transform-react-pug

install create-react-app with react-pug-react-scripts

npx create-react-app app-name --scripts-version react-pug-react-scripts

for TypeScript

npx create-react-app app-name --scripts-version react-pug-react-scripts --typescript

note: TypeScript removes "import" of unused modules. variables of inside of pug is NOT detected by the system. fixed it by bellow code but it's untidy.

const use = [React, icon]

below is the original README

This package includes scripts and configuration used by Create React App.
Please refer to its documentation:

/react-pug-react-scripts/

    Package Sidebar

    Install

    npm i react-pug-react-scripts

    Weekly Downloads

    11

    Version

    3.2.0

    License

    MIT

    Unpacked Size

    266 kB

    Total Files

    52

    Last publish

    Collaborators

    • kaminaly