Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@master/css.webpack

Package Overview
Dependencies
Maintainers
2
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@master/css.webpack

A webpack plugin for integrating Master CSS ahead-of-time compilation

  • 2.0.0-beta.86
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
increased by300%
Maintainers
2
Weekly downloads
 
Created
Source

Master CSS

A webpack plugin for integrating Master CSS ahead-of-time compilation

NPM Version NPM Version NPM package ( download / month ) Discord online Follow @mastercorg Github release actions

Getting Started

webpack.config.js

const { MasterCSSWebpackPlugin } = require('@master/css.webpack')

module.exports = {
    plugins: [
        new MasterCSSWebpackPlugin()
    ]
};

Import the virtual CSS module into the entry file src/index.ts:

import 'master.css'

Example https://github.com/master-co/css/tree/beta/examples/webpack

Compiler Options

Master presets common configurations for various frameworks and build tools, and it works almost out of the box.

https://github.com/master-co/css/tree/beta/packages/compiler

For starters, you can enable { debug: true } to see how it scans, extracts, and compiles.

Keywords

FAQs

Package last updated on 17 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc