0.13.3 • Published 4 years ago

pure-engine-loader v0.13.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

pure-engine-loader

npm Codeship

pure-engine loader for webpack

Table of Contents

Background

This package holds a webpack loader for the pure-engine package.

Install

npm install pure-engine-loader

Usage

module.exports = {
  module: {
    rules: [
      {
        test: /\.html$/,
        use: {
          loader: 'pure-engine-loader',
          options: {
            paths: [
              path.join(__dirname, 'public')
            ]
          }
        }
      }
    ]
  }
}

Maintainers

@emilos.

Contributing

All contributions are highly appreciated! Open an issue or a submit PR.

License

MIT © buxlabs

0.13.3

4 years ago

0.13.2

4 years ago

0.9.18

5 years ago

0.9.17

5 years ago

0.9.16

5 years ago

0.9.15

5 years ago

0.9.14

5 years ago

0.9.13

5 years ago

0.9.12

5 years ago

0.9.11

5 years ago

0.9.10

5 years ago

0.9.9

5 years ago