0.1.9 • Published 4 years ago

@handledom/in-template-string-loader v0.1.9

Weekly downloads
13
License
CC0-1.0
Repository
github
Last release
4 years ago

@handledom/in-template-string-loader

Build Status npm GitHub

A webpack loader that compiles Handledom templates in template strings at build time.

How to use

First, add @handledom/in-template-string-loader to a webpack config file:

npm install @handledom/in-template-string-loader --save-dev

In the webpack.config.js file, add this rule:

module.exports = {
  // …
  module: {
    rules: [
      {
        test: /\.(js|ts)$/,
        exclude: /node_modules/,
        use: "@handledom/in-template-string-loader"
      },
    ]
  }
};

Contribute

With VS Code, our recommanded plugin is:

  • ESLint - dbaeumer.vscode-eslint
  • Prettier - esbenp.prettier-vscode
0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.0

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago