mahal-webpack-loader
v1.4.1
Published
webpack loader for mahal framework
Downloads
18
Readme
mahal-webpack-loader
Webpack loader for mahal framework.
Install
npm i mahal-webpack-loader
Doc
Add mahal
rule in webpack config
{
test: /\.mahal?$/,
use: {
loader: require.resolve('mahal-webpack-loader')
},
exclude: /node_modules/
}