textlint / textlint.github.io

[Auto Build] website [Do Not Pull Request]
https://textlint.github.io/
13 stars 4 forks source link

Use stable textlint #9

Closed azu closed 7 years ago

azu commented 7 years ago

Currenlty, this project use unstable version of textlint for following webpack 2 + textlint error.

ERROR in ./~/rc/index.js
Module parse failed: /Users/azu/.ghq/github.com/textlint/textlint.github.io/node_modules/rc/index.js Unexpected character '#' (1:0)
You may need an appropriate loader to handle this file type.
| #! /usr/bin/env node
| var cc   = require('./lib/utils')
| var join = require('path').join
 @ ./~/rc-loader/dist/index.js 10:10-23
 @ ./~/textlint/lib/config/config-loader.js
 @ ./~/textlint/lib/config/config.js
 @ ./~/textlint/lib/cli.js
 @ ./~/textlint/lib/index.js
 @ ./src/components/TextlintDemo/TextlintEditor.js
 @ ./src/components/TextlintDemo.js
 @ ./src/components/App.js
 @ ./src/index.js

This isssue will resolve by https://github.com/textlint/textlint/issues/255 and https://github.com/textlint/textlint/pull/258