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

Webpack support #1

Closed
whisper-bye opened this issue Dec 4, 2015 · 4 comments
Closed

Webpack support #1

whisper-bye opened this issue Dec 4, 2015 · 4 comments
Labels
🙋 no/question This does not need any changes

Comments

@whisper-bye
Copy link

env: with npm and webpack
I don't know what to do to solve the problem

WARNING in .//mdast-github/index.js
Critical dependencies:
368:19-370:14 the request of a dependency is an expression
@ ./
/mdast-github/index.js 368:19-370:14

WARNING in .//mdast-github/LICENSE
Module parse failed: /Users/user-mac/Desktop/workspace/test/www/node_modules/mdast-github/LICENSE Line 1: Unexpected identifier
You may need an appropriate loader to handle this file type.
| (The MIT License)
|
| Copyright (c) 2015 Titus Wormer tituswormer@gmail.com
@ ./
/mdast-github ^./.*$

WARNING in .//mdast-github/history.md
Module parse failed: /Users/user-mac/Desktop/workspace/test/www/node_modules/mdast-github/history.md Line 7: Unexpected number
You may need an appropriate loader to handle this file type.
|
|
| 1.0.0 / 2015-08-19
| ==================
|
@ ./
/mdast-github ^./.*$

WARNING in .//mdast-github/package.json
Module parse failed: /Users/user-mac/Desktop/workspace/test/www/node_modules/mdast-github/package.json Line 2: Unexpected token :
You may need an appropriate loader to handle this file type.
| {
| "_args": [
| [
| "mdast-github",
@ ./
/mdast-github ^./.*$

WARNING in .//mdast-github/readme.md
Module parse failed: /Users/user-mac/Desktop/workspace/test/www/node_modules/mdast-github/readme.md Line 1: Unexpected token ILLEGAL
You may need an appropriate loader to handle this file type.
| # mdast-github Build Status Coverage Status
|
| Auto-link references to commits, issues, pull-requests, and users like GitHub: Writing on GitHub.
@ ./
/mdast-github ^./.*$
webpack: bundle is now VALID.
webpack: bundle is now INVALID.
Hash: e08bf16a6fc25d471f1f
Version: webpack 1.12.9
Time: 346ms

@wooorm
Copy link
Member

wooorm commented Dec 4, 2015

This is something relating to webpack. Check out these docs: https://github.com/webpack/docs/wiki/webpack-for-browserify-users#ignore-missing.
As I understand from them, you can ignore these warnings.

@wooorm wooorm closed this as completed Dec 4, 2015
@whisper-bye
Copy link
Author

@wooorm
one more thing, how to parse gfm style task lists by using mdast-html, the output looks like general lists

input:

- [ ] Incomplete task list item
- [x] **Completed** task list item

output:

  • Incomplete task list item
  • Completed task list item

@wooorm
Copy link
Member

wooorm commented Dec 4, 2015

Seems so. It’s not yet implemented in mdast-html. If you’d like to get this, please raise an issue on mdast-html’s repo.

@whisper-bye
Copy link
Author

I'm giving up...

@wooorm wooorm changed the title Here are some warning Webpack support Aug 14, 2019
@wooorm wooorm added the 🙋 no/question This does not need any changes label Aug 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🙋 no/question This does not need any changes
Development

No branches or pull requests

2 participants