[Pkg-javascript-devel] rollup status: trying to build with webpack
Paolo Greppi
paolo.greppi at libpf.com
Sun Jan 7 15:11:55 UTC 2018
Il 07/01/2018 15:59, Pirate Praveen ha scritto:
> ...
> ERROR in ./bin/src/help.md
> Module parse failed:
> /home/pravi/forge/debian/git/pkg-javascript/node-rollup/bin/src/help.md
> Unexpected token (1:7)
> You may need an appropriate loader to handle this file type.
> | rollup version __VERSION__
> | =====================================
> |
> @ ./bin/src/index.js 2:0-29
it looks like you need a loader for md files (markdown)
this one comes up:
https://github.com/peerigon/markdown-loader
or just skip files of type markdown altogether:
https://github.com/cherrry/ignore-loader
Paolo
More information about the Pkg-javascript-devel
mailing list