0.1.7 • Published 10 months ago
@ossph/temple-loader v0.1.7
⛩️ Temple Loader
This package is designed for Temple, the reactive web component template engine. See docs for more information.
Webpack support for the Temple markup language.
Install
$ npm -i @ossph/temple-loader
Usage
// webpack.config.js
module.exports = {
entry: './src/app.tml',
output: { filename: 'app.js' },
module: {
rules: [
{
test: /\.tml$/,
use: '@ossph/temple-loader',
exclude: /node_modules/,
}
],
},
resolve: { extensions: ['.tml'] }
};
0.1.7
10 months ago
0.1.6
10 months ago
0.1.4
10 months ago
0.1.5
10 months ago
0.1.3
11 months ago
0.1.2
11 months ago
0.1.0
11 months ago
0.1.1
11 months ago
0.0.12
1 year ago
0.0.11
1 year ago
0.0.10
1 year ago
0.0.9
1 year ago
0.0.8
1 year ago
0.0.7
1 year ago
0.0.6
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago