Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute nx-esbuild:build with esbuild-sass-plugin #75

Open
artursopelnik opened this issue May 4, 2022 · 0 comments
Open

Execute nx-esbuild:build with esbuild-sass-plugin #75

artursopelnik opened this issue May 4, 2022 · 0 comments

Comments

@artursopelnik
Copy link

artursopelnik commented May 4, 2022

Hello, everyone,

I would like to use a esbuild plugin with a transform option.

But I can't pass any functions via the project.json.

How could be integrated? Maybe similar the plugins array itself?

  "options": {
    "plugins": [{
        "package": "esbuild-sass-plugin",
        "args": {
          "type" : "style",
          "transform": "postcssModules"
        }
      }]
  },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant