Giter Club home page Giter Club logo

mdx-loader's Introduction

mdx-loader's People

Contributors

jamesknelson avatar tauren avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mdx-loader's Issues

v2.0.0 and yarn pnp

I got this error when I install the v2.0.0 and start to run my project with yarn pnp

Error: Package "[email protected]" (via "...") is trying to require the package
"loader-utils" (via "loader-utils") without it being listed in its dependencies

(@mdx-js/mdx, @mdx-js/tag, gray-matter, hast-util-to-html, hast-util-to-string,
mdx-constant, mdx-table-of-contents, prismjs, refractor, remark-emoji, remark-images,
remark-slug, remark-textr, typographic-base, unist-util-visit, mdx-loader)

When using front-matter, imports need to be immediately after the front-matter.

Hi @jamesknelson,

I just noticed that when using the front-matter like in the following snippet, the import is not working because of the extra line break between the front-matter and the import. If I remove the line break, it works perfectly.

---
title: 'Foo'
---

import Block from './Block'
<Block /> 

If there is no front-matter it's possible to have multiple line breaks before the import, so I would expect the same to happen when using the front-matter.

Doing a .trim() on the data.body returned by the frontMatter call here solves the issue. I think is safe to do. What do you think?

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.