0.13.3 • Published 5 years ago

pure-engine-loader v0.13.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

0.13.2

5 years ago

0.9.18

6 years ago

0.9.17

6 years ago

0.9.16

6 years ago

0.9.15

7 years ago

0.9.14

7 years ago

0.9.13

7 years ago

0.9.12

7 years ago

0.9.11

7 years ago

0.9.10

7 years ago

0.9.9

7 years ago