php plugin dev

vite config



export default defineConfig({

  plugins: [react()],

  build: {

    rollupOptions: {

      output: {

        entryFileNames: `assets/[name].js`,

        chunkFileNames: `assets/[name].js`,

        assetFileNames: `assets/[name].[ext]`

      }

    }

  }

})


 

Comments

Popular posts from this blog

How to Make A Reusable Image Slideshow HTML Component With Vanilla JavaScript

HTML Tags and Inline CSS that Work In Plotly.js Title

How to Type Spaces In HTML Input And Display In the Browser