0.1.7 • Published 1 year 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-loaderUsage
// 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
1 year ago
0.1.6
1 year 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
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago