Giter Site home page Giter Site logo

menci / vite-plugin-public-path Goto Github PK

View Code? Open in Web Editor NEW
14.0 2.0 4.0 112 KB

Vite's equivalent of `__webpack_public_path__` in Webpack. Works for `index.html` and modern/legacy build.

License: MIT License

TypeScript 94.89% HTML 2.75% CSS 0.56% JavaScript 1.79%

vite-plugin-public-path's Issues

Support vite 3.2.4

Will you upate this plugin to support latest version 3.2.4?
Currently the peerDependencies is still '^2.8':

  "peerDependencies": {
    "vite": "^2.8"
  },

Why rewrite external script tags?

Hey!

I've got a use case where I'm dependent on certain external scripts being included in the initial DOM, in <head>. This plugin removes those script tags from the DOM and dynamically adds them back to the document body, which unfortunately breaks the page.

What is the purpose of rewriting external script tags? They will never be impacted by the public path, so why rewrite them?

memory allocation of bytes failed

On my project build was working fine
But as soon as I added this plugin the build is failing for me with error memory allocation of 268435456 bytes failed and now I need to add NODE_OPTIONS=--max_old_space_size=8192 on my local.

publicPath({
            // A JS expression evaluates on client side each time when loading a new file
            // Should evaluate to a string ending with "/"
            publicPathExpression: "window.publicPath",
            html: true,
            // uncomment if needed
            // excludeScripts: /^https:.*systemjs/
        }),

As the app is build via Github actions running which have memory of 7GB, its always failing. Even setting the max-old-space-size does not work there for windows env.

Example of how to create "header" tag in index.html

Can you give an example of how to create "header" tag in index.html refer to this description?
You should initialize this expression's value (i.e. assign to it if it's a global variable or declare the function if it's calling one) in a <script> tag in <head>. We will start creating <link> tags after the last <script> tag in your <head>.'

I have tried a lot of ways, but none of them worked.

Thank you.

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.