Coder Social home page Coder Social logo

增加post-css的plugins about gez HOT 3 CLOSED

dp-os avatar dp-os commented on September 28, 2024
增加post-css的plugins

from gez.

Comments (3)

lzxb avatar lzxb commented on September 28, 2024

一样,这里我还需要新增了API。你等我两个小时。

from gez.

lzxb avatar lzxb commented on September 28, 2024

更新依赖

npm install @fmfe/[email protected]
npm install @fmfe/[email protected] -D

插件新增了postcss钩子,你可以在这个钩子中添加插件

import { PostcssOptions, Plugin } from '@fmfe/genesis-core';

class PostcssPlugin extends Plugin {
    public postcss(config: PostcssOptions) {
        config.plugins.push({
            // 插件
        });
    }
}

from gez.

yali213 avatar yali213 commented on September 28, 2024

试了下,发现build的时候,这个plugins成功起效果了,但是在开发环境的时候(运行npm run dev),没有生效,如果我想开发环境下也要生效,需要怎么做啊?

from gez.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.