willyelm / pug-html-loader

Pug HTML loader for webpack

Home Page:https://github.com/willyelm/pug-html-loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

module.exports

goodmind opened this issue · comments

I have issue with raw-loader, here is my config:

{
        test: /\.pug$/,
        loaders: ['raw-loader', 'pug-html-loader']
      }

then I require file

let template = require('./templ.pug')

template is a string with module.exports = "..." but I want raw html

I realize that there is no need in raw-loader