GithubHelp home page GithubHelp logo

Comments (2)

meyer avatar meyer commented on June 5, 2024

@Sunshine168 hmm, that’s interesting. Investigating…

from jsxstyle.

meyer avatar meyer commented on June 5, 2024

Looks like thread-loader two major limitations that make compatibility with jsxstyle-webpack-plugin a bit challenging:

  • Loaders cannot emit files.
  • Loaders cannot use custom loader API (i. e. by plugins).

jsxstyle-webpack-plugin is first and foremost a plugin, which means that the companion loader cannot be used without the context object that the plugin provides to each loader instance. In addition, the loader emits a CSS file for each JS file that it runs on as well.

It should theoretically be possible to have a loader-only version of jsxstyle-webpack-plugin, but this is not something I’d be able to achieve in the near future. If you’re looking to reduced build/rebuild times, jsxstyle-webpack-plugin’s companion loader works quite well with cache-loader.

Sorry I couldn’t give you better news. Do let me know if you have any additional questions.

from jsxstyle.

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.