Модуль:
https://www.npmjs.com/package/react-pug
При попытке импорта:
import pug from "react-pug";
Ошибка:
ERROR in ./~/static-module/~/escodegen/package.json
Module parse failed: node_modules/static-module/node_modules/escodegen/package.json Unexpected token (2:9)
You may need an appropriate loader to handle this file type.
Модуль:
https://github.com/nw/react-jade-loaderimport template from "template.jade";
render() {
return template();
}
Получаю string из jade шаблона, но не могу понять как передать переменные в jade. Не работает замена.
Как организовать правильное взаимодействие?