beastcss-webpack-plugin
v2.1.3
Published
Webpack plugin to inline critical CSS and async load the rest.
Downloads
54
Maintainers
Readme
Beastcss Webpack Plugin
Inline critical CSS and async load the rest.
Installation
npm i -D beastcss-webpack-pluginor
yarn add -D beastcss-webpack-pluginor
pnpm add -D beastcss-webpack-pluginUsage
// webpack.config.js
const BeastcssWebpackPlugin = require('beastcss-webpack-plugin');
module.exports = {
plugins: [
new BeastcssWebpackPlugin({
// optional configuration (see below)
}),
],
};Options
The Webpack plugin supports the same options as the standalone beastcss package.
