Code Monkey home page Code Monkey logo

Comments (5)

liuycy avatar liuycy commented on May 20, 2024 4

{ processScripts: ['application/ld+json'] }

Pass an option like this works for me.

from html-minifier-terser.

DanielRuf avatar DanielRuf commented on May 20, 2024

Hi @willfarrell,

even if we would add the application/ld+json to the allowed script mimetypes, it would not make a big difference.

image

Because in general this is not valid JavaScript but JSON and this library compresses HTML + JavaScript and CSS. But JSON is not JavaScript.

from html-minifier-terser.

mauriciabad avatar mauriciabad commented on May 20, 2024

Terser has an option to parse just an expression:

--parse expression

This may minify the JSON.

from html-minifier-terser.

DanielRuf avatar DanielRuf commented on May 20, 2024

Hi @mauriciabad,

I'm not sure how we can add this in html-minifier-terser.
This would be a new feature as html-minifier-terser compresses only js, css and html but no other formats afaik.

PRs which add this are very welcome.

from html-minifier-terser.

DanielRuf avatar DanielRuf commented on May 20, 2024

This may minify the JSON.

Does it minify it? I'm not sure if this compresses every available form of JSON. Would be good if someone can test and verify this so we can discuss possible solutions.

from html-minifier-terser.

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.