Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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