0.1.7 • Published 11 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
11 months ago
0.1.6
12 months ago
0.1.4
1 year ago
0.1.5
1 year ago
0.1.3
1 year ago
0.1.2
1 year ago
0.1.0
1 year ago
0.1.1
1 year 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