Skip to content

_spikeExtension does not work with pug-static-loader #282

@NikitaVlaznev

Description

@NikitaVlaznev

Having index.pug in views and this in app.js:

module: {
  rules: [{
    test: /\.pug$/,
    use: [{
      loader: 'pug-static-loader',
      options: {
        _spikeExtension: 'html',
        pretty: false,
        locals: { foo: 'bar' }
      }
    }]
  }]
}

leads to getting index.pug in the public folder.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions