Code Monkey home page Code Monkey logo

Comments (9)

rart avatar rart commented on May 18, 2024 1

I've noticed the same situation. Using it within a react app, compiler outputs:

Compiled with warnings.

./node_modules/prettier/index.js
Critical dependency: the request of a dependency is an expression

./node_modules/prettier/index.js
Critical dependency: the request of a dependency is an expression

./node_modules/prettier/index.js
Critical dependency: the request of a dependency is an expression

./node_modules/prettier/third-party.js
Critical dependency: the request of a dependency is an expression

./node_modules/prettier/parser-typescript.js
Module not found: Can't resolve '@microsoft/typescript-etw' in '/yada/yada/node_modules/prettier'

Note that in create-react-app, is not possible to configure the webpack aliases unless you eject or use the rewired package so this is important to address via this package itself.

I've submitted a PR which solves this issue.

from plugin-xml.

viceice avatar viceice commented on May 18, 2024

My webpack workaround:

{
  resolve: { alias: { prettier$: require.resolve('prettier/standalone') } }
}

from plugin-xml.

kddnewton avatar kddnewton commented on May 18, 2024

@viceice I'm about to release v0.4.0, once I do could you try again? I want to fully understand this issue

from plugin-xml.

thorn0 avatar thorn0 commented on May 18, 2024

Would it help if Prettier added the browser property to its package.json pointing to standalone.js?

from plugin-xml.

kddnewton avatar kddnewton commented on May 18, 2024

from plugin-xml.

viceice avatar viceice commented on May 18, 2024

@viceice I'm about to release v0.4.0, once I do could you try again? I want to fully understand this issue

Yes, but earliest on next week. But our ci will get the update as you publish it. So I can check the result.

from plugin-xml.

kddnewton avatar kddnewton commented on May 18, 2024

Does #55 solve this issue?

from plugin-xml.

rart avatar rart commented on May 18, 2024

@kddeisz, It does.

from plugin-xml.

kddnewton avatar kddnewton commented on May 18, 2024

Nice - I've release v0.7.1 with the change. Going to optimistically close this. Feel free to reopen if it's still an issue.

from plugin-xml.

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.