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 6671bfc commit 42ede19Copy full SHA for 42ede19
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