We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f54377 commit 160a266Copy full SHA for 160a266
src/parsers/txt/transformers/textlint-txt-to-ast/index.js
@@ -31,7 +31,7 @@ export default {
31
defaultParserID: 'textlint:txt-to-ast',
32
33
loadTransformer(callback) {
34
- require(['../../../../../node_modules/textlint/lib/textlint-core', 'babel-core'], (TextLintCore, babel) => {
+ require(['textlint/lib/textlint-core', 'babel-core'], (TextLintCore, babel) => {
35
callback({TextLintCore, babel});
36
})
37
},
0 commit comments