Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

PostCSS stuck after generating output #139

@ConsoleTVs

Description

@ConsoleTVs

What version of @tailwindcss/jit are you using?

0.1.6

What version of Node.js are you using?

v15.3.0

What browser are you using?

N/A

What operating system are you using?

macOS

Reproduction repository

N/A

The postcss cli never stops. I have to manually control + c to stop it. The file is correctly generated tho after a few ms.

If I use the cross-env and pass in the production flag, it does correctly stop.

postcss.config.js:

module.exports = {
  plugins: {
    '@tailwindcss/jit': {},
    'autoprefixer': {},
  },
}

script to execute it:

{
  "tw": "postcss ./resources/css/widget.css -o ./public/widget.css"
}
> XXXX@1.0.0 tw
> postcss ./resources/css/widget.css -o ./public/widget.css

(it never stops, file is correctly generated tho)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions