1.9.0 • Published 1 year ago

@mahaljs/webpack-loader v1.9.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

CI GitHub version npm version

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/
}
1.9.0

1 year ago

1.8.6

1 year ago

1.8.1

2 years ago

1.7.2

2 years ago

1.8.0

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.1

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago