GithubHelp home page GithubHelp logo

Comments (4)

luojinghui avatar luojinghui commented on September 17, 2024

hi, Is there any progress on the issue? @jaysoo

from nx.

jaysoo avatar jaysoo commented on September 17, 2024

Hi @luojinghui, the @nx/vite:build doesn't support assets. Our philosophy is to rely on the underlying tool as much as possible, so in this case I would configure assets in vite.config.ts instead. Maybe something like this would help: https://www.npmjs.com/package/vite-plugin-static-copy

I think we can add a plugin for this and configure vite.config.ts automatically for JS libs. That would be a new feature.

from nx.

jaysoo avatar jaysoo commented on September 17, 2024

I opened a PR for this. You can configure the plugin like:

// Copies all markdown files to dist
nxCopyAssetsPlugin(['*.md'])

In the meantime I think vite-plugin-static-copy will still work.

from nx.

luojinghui avatar luojinghui commented on September 17, 2024

@jaysoo
Thank you. Actually, I tried to solve the problem with the two plugins rollup-plugin-copy and vite-plugin-static-copy before. Unfortunately, they both had problems. It seemed that the problem was caused by the timing difference between nx build and plugin execution. In the end, the specified *.md resource was not successfully copied to the destination.

So later I tried to execute a custom nodejs script after the nx build was completed to solve the problem, but it was not so elegant.

Thank you for providing another idea. I tried to upgrade the @nx/vite version to: @nx/[email protected], but did not find the corresponding plugin: @nx/vite/plugins/nx-copy-assets.plugin. Which version do I need to install?

from nx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.