7.6.2 • Published 3 years ago

react-static-plugin-less v7.6.2

Weekly downloads
21
License
MIT
Repository
-
Last release
3 years ago

react-static-plugin-less

A React-Static plugin that adds loader and SSR support for less

Installation

In an existing react-static site run:

$ yarn add react-static-plugin-less

Then add the plugin to your static.config.js:

export default {
  plugins: ["react-static-plugin-less"]
};

With Options

export default {
  plugins: [
    [
      "react-static-plugin-less",
      {
        includePaths: ["..."] // always includes `src/`
        cssLoaderOptions: {}, // options for the css-loader, like modules
        // other options for the less-loader
      }
    ]
  ]
};
7.6.2

3 years ago

7.6.1

3 years ago

7.3.0

4 years ago

7.2.2

5 years ago

7.2.0

5 years ago

1.0.2

5 years ago

7.1.0

5 years ago

7.0.10

5 years ago

7.0.8

5 years ago

7.0.0

5 years ago

7.0.0-beta.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

6.0.10

5 years ago

6.0.9

5 years ago

6.0.8

5 years ago