2.1.5 • Published 3 years ago

@pawjs/less v2.1.5

Weekly downloads
15
License
MIT
Repository
github
Last release
3 years ago

PawJS - LESS ===

@pawjs/less

Add LESS support to your current application

This plugin adds less & less-loader to current webpack configuration for less

Installation

npm i @pawjs/less --save

webpack.js

Edit/Create /src/webpack.js

import LessPlugin from "@pawjs/less/webpack";

// ... other imports if any


export default class ProjectWebpack {
  constructor({addPlugin}) {

    const options = {};
    // const options = {
    //   modifyVars: {},
    //   javascriptEnabled: false,
    // };
    addPlugin(new LessPlugin(options));
    // ...
  }
}

License

This project is licensed under the MIT license, Copyright (c) 2018 Atyantik Technologies Private Limited. For more information see LICENSE.md.

2.1.5

3 years ago

2.1.4

4 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.1.0-beta.0

5 years ago

2.0.0

6 years ago