Skip to content

gjbkz/esifycss-webpack-plugin

Repository files navigation

esifycss-webpack-plugin

Test codecov

This plugin adds a resolver for EsifyCSS. The resolver resolves *.module.css to *.modules.css.js or *.modules.css.ts.

Usage

Add this plugin to your webpack.config.js.

const EsifyCSSWebpackPlugin = require('esifycss-webpack-plugin');

module.exports = {
  ...{}, // other configurations
  plugins: [
    new EsifyCSSWebpackPlugin(),
  ],
};

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published